| 1 | import { describe, expect, it, vi } from "vitest"; |
| 2 | import { screen } from "@testing-library/react"; |
| 3 | import { renderWithProviders } from "test-utils"; |
| 4 | import { createRoutesStub } from "react-router"; |
nothing calls this directly
no test coverage detected