| 1 | import { StrictMode } from 'react'; |
| 2 | import { createRoot } from 'react-dom/client'; |
| 3 | import { QueryClient, QueryClientProvider } from '@tanstack/react-query'; |
| 4 | import { BrowserRouter } from 'react-router-dom'; |
nothing calls this directly
no test coverage detected