This commit is contained in:
2026-02-26 03:58:17 +08:00
parent 91f5f17028
commit 7489b8f1ab
40 changed files with 466 additions and 144 deletions

View File

@@ -1,5 +1,5 @@
import { createFileRoute } from '@tanstack/react-router'
import App from '@/app/page'
import App from '@/pages/page'
export const Route = createFileRoute('/')({
component: RouteComponent,
})