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("ai", "routes/ai.tsx"), route("library", "routes/library.tsx"), route("settings", "routes/settings.tsx"), route("profile", "routes/profile.tsx"), route("login", "routes/login.tsx"), route("tenants", "routes/tenants.tsx"), route("storage", "routes/storage.tsx"), route("users", "routes/users.tsx"), route("secrets", "routes/secrets.tsx"), route("webhooks", "routes/webhooks.tsx"), route("scheduled-tasks", "routes/scheduled-tasks.tsx"), // CREMA:ROUTES ] satisfies RouteConfig