mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-05-01 05:11:47 +00:00
🍎 feat: MEW BEGINNING!
This commit is contained in:
6
web/src/routes/_authenticated/route.tsx
Normal file
6
web/src/routes/_authenticated/route.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { createFileRoute } from '@tanstack/react-router'
|
||||
import { AuthenticatedLayout } from '@/components/layout/authenticated-layout'
|
||||
|
||||
export const Route = createFileRoute('/_authenticated')({
|
||||
component: AuthenticatedLayout,
|
||||
})
|
||||
Reference in New Issue
Block a user