Newer
Older
skillcheck-react / app / routes.ts
import { type RouteConfig, index, route } from "@react-router/dev/routes";

export default [
  index("routes/home.tsx"),
  route("state", "./work/01/index.tsx"),

] satisfies RouteConfig;