1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-06-27 07:41:49 +03:00

Converted to Vite since create-react-app is no longer being developed

This commit is contained in:
Jamie Curnow
2023-07-20 15:11:41 +10:00
parent 824a22efad
commit 6d6021c9bb
115 changed files with 2511 additions and 10015 deletions

View File

@ -7,14 +7,15 @@ import {
MenuList,
MenuItem,
} from "@chakra-ui/react";
import { Flag } from "components";
import { useLocaleState } from "context";
import { Flag } from "src/components";
import { useLocaleState } from "src/context";
import {
changeLocale,
getFlagCodeForLocale,
intl,
localeOptions,
} from "locale";
} from "src/locale";
interface LocalPickerProps {
onChange?: any;