remove unused import

This commit is contained in:
Jorrin 2024-04-15 18:20:12 +02:00
parent 427646b444
commit d607a7cce1

View File

@ -1,7 +1,6 @@
import classNames from "classnames";
import { useTranslation } from "react-i18next";
import { getCachedMetadata } from "@/backend/helpers/providerApi";
import { getProviders } from "@/backend/providers/providers";
import { Toggle } from "@/components/buttons/Toggle";
import { FlagIcon } from "@/components/FlagIcon";