mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 12:37:20 +00:00
5 lines
167 B
TypeScript
5 lines
167 B
TypeScript
import type { RouteConfig } from "@react-router/dev/routes";
|
|
import { flatRoutes } from "@react-router/fs-routes";
|
|
|
|
export default flatRoutes() satisfies RouteConfig;
|