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