import { usePage } from '@inertiajs/react'; import type { InertiaPage } from '~/types/inertia'; const useUser = () => usePage().props.auth; export default useUser;