| 1 | import { useState, useEffect, Suspense } from "react"; |
| 2 | import { lazyWithRetry } from "../../utils"; |
| 3 | import { useTranslation } from "react-i18next"; |
| 4 | const DashboardButton = lazyWithRetry(() => import("./DashboardButton")); |
nothing calls this directly
no test coverage detected