Initial commit
This commit is contained in:
6
apps/frontend/src/routes/_app/profile.tsx
Normal file
6
apps/frontend/src/routes/_app/profile.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { createFileRoute } from '@tanstack/react-router'
|
||||
import { ProfilePage } from '@/features/profile/profile-page'
|
||||
|
||||
export const Route = createFileRoute('/_app/profile')({
|
||||
component: ProfilePage,
|
||||
})
|
||||
Reference in New Issue
Block a user