import {type RouteConfig, index, route} from "@react-router/dev/routes"; export default [ index("routes/home.tsx"), route("paper", "routes/paper.tsx"), ] satisfies RouteConfig;