| 1 | import { StrictMode } from "react"; |
| 2 | import { createRoot } from "react-dom/client"; |
| 3 | import { StudioApp } from "./App"; |
| 4 | import { StudioErrorBoundary } from "./components/StudioErrorBoundary"; |
nothing calls this directly
no test coverage detected