aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/routes.ts
blob: 4c05936cb638b690a4cfbf08f1e13248a57e9314 (plain)
1
2
3
4
import { type RouteConfig } from "@react-router/dev/routes";
import { flatRoutes } from "@react-router/fs-routes";

export default flatRoutes() satisfies RouteConfig;