2026-03-08 02:31:11 +00:00
|
|
|
import { type RouteConfig, index, route } from "@react-router/dev/routes"
|
2026-03-08 00:19:23 +00:00
|
|
|
|
2026-03-08 02:31:11 +00:00
|
|
|
export default [
|
|
|
|
|
index("routes/home.tsx"),
|
|
|
|
|
route("privacy", "routes/privacy-policy.tsx"),
|
|
|
|
|
] satisfies RouteConfig
|