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

@ -19,7 +19,6 @@ import {
Container,
useBreakpointValue,
} from "@chakra-ui/react";
import { intl } from "locale";
import {
FiHome,
FiSettings,
@ -32,6 +31,8 @@ import {
} from "react-icons/fi";
import { Link as RouterLink, useLocation } from "react-router-dom";
import { intl } from "src/locale";
interface NavItem {
/** Displayed label */
label: string;