mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-10-10 14:32:09 +00:00
Converted to Vite since create-react-app is no longer being developed
This commit is contained in:
@@ -6,12 +6,13 @@ import {
|
||||
ModalCloseButton,
|
||||
ModalBody,
|
||||
} from "@chakra-ui/react";
|
||||
import { useUpstreamNginxConfig } from "hooks";
|
||||
import { intl } from "locale";
|
||||
import { Light as SyntaxHighlighter } from "react-syntax-highlighter";
|
||||
import sh from "react-syntax-highlighter/dist/esm/languages/hljs/bash";
|
||||
import nord from "react-syntax-highlighter/dist/esm/styles/hljs/nord";
|
||||
|
||||
import { useUpstreamNginxConfig } from "src/hooks";
|
||||
import { intl } from "src/locale";
|
||||
|
||||
interface UpstreamNginxConfigModalProps {
|
||||
upstreamId: number;
|
||||
isOpen: boolean;
|
||||
|
Reference in New Issue
Block a user