training_data/apps/web/src/app/main/self/profiles/page.tsx

3 lines
67 B
TypeScript
Executable File

export default function ProfilesPage() {
return <>Profiles</>
}