initial copy and structuring

This commit is contained in:
Jessi McKissick
2026-05-26 21:08:24 -07:00
commit 41e1ab64fc
20 changed files with 5050 additions and 0 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;