mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 17:11:17 +00:00
7 lines
191 B
TypeScript
7 lines
191 B
TypeScript
|
|
import { type RouteConfig, index, route } from "@react-router/dev/routes"
|
||
|
|
|
||
|
|
export default [
|
||
|
|
index("routes/home.tsx"),
|
||
|
|
route("privacy", "routes/privacy-policy.tsx"),
|
||
|
|
] satisfies RouteConfig
|