4 lines
86 B
TypeScript
4 lines
86 B
TypeScript
export default function Profile() {
|
|
return <span>this is the profile page</span>;
|
|
}
|