mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-16 10:03:12 -07:00
chore: move localesList to generated folder
This commit is contained in:
parent
5b1ad30e98
commit
d826cda2a0
4 changed files with 13 additions and 2 deletions
|
@ -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 "generated/localesList.json";
|
||||
|
||||
function Settings() {
|
||||
const { t, i18n } = useTranslation();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue