| 1 | import { useState, useEffect } from "react"; |
| 2 | import { lazyWithRetry, hideUpgradeProgress } from "./utils"; |
| 3 | import { Routes, Route, BrowserRouter } from "react-router"; |
| 4 | import { pdfjs } from "react-pdf"; |
nothing calls this directly
no test coverage detected