9 lines
139 B
TypeScript
9 lines
139 B
TypeScript
import {Metadata} from "next"
|
|
|
|
export const metadata: Metadata = {
|
|
title: "Profile",
|
|
};
|
|
|
|
export default function Profile (){
|
|
return
|
|
} |