test/1114/app/routes.ts

4 lines
178 B
TypeScript
Raw Permalink Normal View History

2025-11-14 17:33:09 +08:00
import { type RouteConfig, index ,route} from "@react-router/dev/routes";
export default [index("routes/home.tsx"),route("weather","routes/weather.tsx")] satisfies RouteConfig;