task-b complate
This commit is contained in:
9
src/app/dashboard/profile/[[...profile]]/page.tsx
Normal file
9
src/app/dashboard/profile/[[...profile]]/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import ProfileViewPage from '@/features/profile/components/profile-view-page';
|
||||
|
||||
export const metadata = {
|
||||
title: 'Dashboard : Profile'
|
||||
};
|
||||
|
||||
export default async function Page() {
|
||||
return <ProfileViewPage />;
|
||||
}
|
||||
Reference in New Issue
Block a user