news/app/routes.ts

4 lines
134 B
TypeScript
Raw Normal View History

2025-11-18 13:05:00 +08:00
import { type RouteConfig, index } from "@react-router/dev/routes";
export default [index("routes/news.tsx")] satisfies RouteConfig;