| 1 | import { handleTranslation, autoTranslateEnglishPage, restoreOriginalContent } from "./main/trans"; |
| 2 | import { cache } from "./utils/cache"; |
| 3 | import { constants } from "@/entrypoints/utils/constant"; |
| 4 | import { getCenterPoint } from "@/entrypoints/utils/common"; |
nothing calls this directly
no test coverage detected