4 lines
132 B
TypeScript
4 lines
132 B
TypeScript
import { index, type RouteConfig } from '@react-router/dev/routes'
|
|
|
|
export default [index('routes/home.tsx')] satisfies RouteConfig
|