1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-29 16:07:40 +01:00

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";