eslint warning fixes

This commit is contained in:
Martti Malmi
2024-01-10 17:25:28 +02:00
parent b686b8ff26
commit 90342325fd
8 changed files with 47 additions and 43 deletions

View File

@ -2,8 +2,8 @@ import "./Preferences.css";
import { FormattedMessage, useIntl } from "react-intl";
import { useLocale } from "@/Components/IntlProvider/IntlProviderUtils";
import useLogin from "@/Hooks/useLogin";
import { useLocale } from "@/IntlProvider";
import { unwrap } from "@/Utils";
import { DefaultImgProxy } from "@/Utils/Const";
import { updatePreferences, UserPreferences } from "@/Utils/Login";