react/app/routes.ts
jank e551781de0
Some checks failed
Build and Push Docker Image / Build (push) Failing after 46s
Build and Push Docker Image / Package (push) Has been skipped
chore: Initial
2025-09-10 12:04:00 +02:00

6 lines
184 B
TypeScript

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