Files
nirvana-v3/packages/desktop/src/pages/Profile/index.tsx
T

4 lines
86 B
TypeScript

export default function Profile() {
return <span>this is the profile page</span>;
}