mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 15:02:34 +00:00
#591 - server-providers
This commit is contained in:
@ -2,7 +2,7 @@ import { Head } from '@inertiajs/react';
|
||||
import SettingsLayout from '@/layouts/settings/layout';
|
||||
import Container from '@/components/container';
|
||||
import UpdatePassword from '@/pages/profile/components/update-password';
|
||||
import UpdateUser from '@/pages/profile/components/update-user';
|
||||
import UpdateProfile from '@/pages/profile/components/update-profile';
|
||||
import Heading from '@/components/heading';
|
||||
|
||||
export default function Profile() {
|
||||
@ -11,7 +11,7 @@ export default function Profile() {
|
||||
<Head title="Profile settings" />
|
||||
<Container className="max-w-5xl">
|
||||
<Heading title="Profile settings" description="Manage your profile settings." />
|
||||
<UpdateUser />
|
||||
<UpdateProfile />
|
||||
<UpdatePassword />
|
||||
</Container>
|
||||
</SettingsLayout>
|
||||
|
Reference in New Issue
Block a user