Skip to content

Commit 5b1ad30

Browse files
committed
chore: fix path to localesList
1 parent ba4e5f2 commit 5b1ad30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Settings/Settings.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
import ExpandMoreIcon from "@material-ui/icons/ExpandMore";
1010

1111
import { useTranslation } from "react-i18next";
12-
import localesList from "../../utils/localesList.json";
12+
import localesList from "utils/localesList.json";
1313

1414
function Settings() {
1515
const { t, i18n } = useTranslation();

0 commit comments

Comments
 (0)