hunt-blacklist-frontend/app/routes.ts

7 lines
186 B
TypeScript
Raw Normal View History

2026-01-21 05:09:39 +01:00
import {type RouteConfig, index, route} from "@react-router/dev/routes";
export default [
index("routes/home.tsx"),
route("paper", "routes/paper.tsx"),
] satisfies RouteConfig;