import { PageProps } from '@adonisjs/inertia/types'; import { usePage } from '@inertiajs/react'; export function useAppUrl() { const { props } = usePage(); return props.appUrl; }