Dental Care
This commit is contained in:
9
app/(main)/profile/page.tsx
Normal file
9
app/(main)/profile/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import {Metadata} from "next"
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Profile",
|
||||
};
|
||||
|
||||
export default function Profile (){
|
||||
return
|
||||
}
|
||||
Reference in New Issue
Block a user