We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba4e5f2 commit 5b1ad30Copy full SHA for 5b1ad30
frontend/src/components/Settings/Settings.jsx
@@ -9,7 +9,7 @@ import {
9
import ExpandMoreIcon from "@material-ui/icons/ExpandMore";
10
11
import { useTranslation } from "react-i18next";
12
-import localesList from "../../utils/localesList.json";
+import localesList from "utils/localesList.json";
13
14
function Settings() {
15
const { t, i18n } = useTranslation();
0 commit comments