Reworked settings screens.
This commit is contained in:
10
src/app/(main)/settings/profile/page.tsx
Normal file
10
src/app/(main)/settings/profile/page.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Metadata } from 'next';
|
||||
import { ProfilePage } from './ProfilePage';
|
||||
|
||||
export default function () {
|
||||
return <ProfilePage />;
|
||||
}
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Profile',
|
||||
};
|
||||
Reference in New Issue
Block a user