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