import { type RouteConfig, index, route } from "@react-router/dev/routes" export default [ index("routes/home.tsx"), route("resources", "routes/resources.tsx"), route("activity", "routes/activity.tsx"), route("assistant", "routes/assistant.tsx"), route("library", "routes/library.tsx"), route("settings", "routes/settings.tsx"), route("profile", "routes/profile.tsx"), // CREMA:ROUTES ] satisfies RouteConfig