import AuthenticatedLayout from '@/Layouts/AuthenticatedLayout'; import UpdatePasswordForm from './Partials/UpdatePasswordForm'; import UpdateProfileInformationForm from './Partials/UpdateProfileInformationForm'; import { Head } from '@inertiajs/inertia-react'; export default function Edit({ auth, mustVerifyEmail, status }) { return ( Profile} >
); }