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