| 1 | import { describe, expect, it } from "@effect/vitest"; |
| 2 | |
| 3 | import { CONSOLE_ROUTE_PATHS, ORG_SLUG_SEGMENT, consoleRoutes } from "./console-routes"; |
| 4 | import { routeTree } from "./routes/routeTree.gen"; |
nothing calls this directly
no test coverage detected