update: init react-router application

This commit is contained in:
tao.chen
2026-07-30 12:02:13 +08:00
parent d06a516388
commit 6beb5a6062
29 changed files with 1719 additions and 1277 deletions
+3
View File
@@ -0,0 +1,3 @@
import { type RouteConfig, index } from "@react-router/dev/routes";
export default [index("routes/home.tsx")] satisfies RouteConfig;