| 1 | import React from "react"; |
| 2 | import ReactDOM from "react-dom/client"; |
| 3 | import { RouterProvider } from "@tanstack/react-router"; |
| 4 | import { bootstrapLocalAuthToken } from "@executor-js/react/api/local-auth"; |
nothing calls this directly
no test coverage detected