🍎 feat: MEW BEGINNING!

This commit is contained in:
t0ng7u
2025-09-25 23:17:33 +08:00
parent 6992fd2b66
commit 71f5dc987a
569 changed files with 23038 additions and 113 deletions

View 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,
})