Added basic frontend setup

This commit is contained in:
GW_MC
2025-12-02 19:18:14 +08:00
parent 6b73b64a3a
commit 27173c01da
13 changed files with 4927 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
import { type RouteConfig, index } from "@react-router/dev/routes";
export default [index("routes/home.tsx")] satisfies RouteConfig;