From 5b1ad30e98abb58075796a5eb3cac9c535f5ecaa Mon Sep 17 00:00:00 2001 From: dec0dOS Date: Wed, 1 May 2024 14:05:58 +0100 Subject: [PATCH] chore: fix path to localesList --- frontend/src/components/Settings/Settings.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Settings/Settings.jsx b/frontend/src/components/Settings/Settings.jsx index 08774ad..801ef1b 100644 --- a/frontend/src/components/Settings/Settings.jsx +++ b/frontend/src/components/Settings/Settings.jsx @@ -9,7 +9,7 @@ import { import ExpandMoreIcon from "@material-ui/icons/ExpandMore"; import { useTranslation } from "react-i18next"; -import localesList from "../../utils/localesList.json"; +import localesList from "utils/localesList.json"; function Settings() { const { t, i18n } = useTranslation();