mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 09:01:19 +00:00
4 lines
132 B
TypeScript
4 lines
132 B
TypeScript
|
|
import { type RouteConfig, index } from "@react-router/dev/routes"
|
||
|
|
|
||
|
|
export default [index("routes/home.tsx")] satisfies RouteConfig
|