mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-05 20:41:43 -07:00
chore: fix path to localesList
This commit is contained in:
parent
ba4e5f2001
commit
5b1ad30e98
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import {
|
||||||
import ExpandMoreIcon from "@material-ui/icons/ExpandMore";
|
import ExpandMoreIcon from "@material-ui/icons/ExpandMore";
|
||||||
|
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
import localesList from "../../utils/localesList.json";
|
import localesList from "utils/localesList.json";
|
||||||
|
|
||||||
function Settings() {
|
function Settings() {
|
||||||
const { t, i18n } = useTranslation();
|
const { t, i18n } = useTranslation();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue