diff --git a/client/src/pages/Home/components/Speedtest/SpeedtestComponent.jsx b/client/src/pages/Home/components/Speedtest/SpeedtestComponent.jsx index ab7b32b4..9111a492 100644 --- a/client/src/pages/Home/components/Speedtest/SpeedtestComponent.jsx +++ b/client/src/pages/Home/components/Speedtest/SpeedtestComponent.jsx @@ -10,7 +10,6 @@ import {deleteRequest} from "@/common/utils/RequestUtil"; import "./styles.sass"; import {averageResultDialog, resultDialog} from "@/pages/Home/components/Speedtest/utils/infos"; import {errors} from "@/pages/Home/components/Speedtest/utils/errors"; -import {tooltips} from "@/pages/Home/components/Speedtest/utils/tooltips"; import {t} from "i18next"; import {ConfigContext} from "@/common/contexts/Config"; import {ToastNotificationContext} from "@/common/contexts/ToastNotification"; @@ -64,14 +63,10 @@ function SpeedtestComponent(props) { } return ( -