mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
4 lines
134 B
TypeScript
4 lines
134 B
TypeScript
import { type RouteConfig, index } from "@react-router/dev/routes";
|
|
|
|
export default [index("routes/home.tsx")] satisfies RouteConfig;
|