mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-10-10 06:22:09 +00:00
Converted to Vite since create-react-app is no longer being developed
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { MouseEventHandler } from "react";
|
||||
|
||||
import { Heading, Stack, Text, useColorModeValue } from "@chakra-ui/react";
|
||||
import { intl } from "locale";
|
||||
|
||||
import { intl } from "src/locale";
|
||||
|
||||
interface AdminPermissionSelectorProps {
|
||||
selected?: boolean;
|
||||
|
@@ -8,7 +8,8 @@ import {
|
||||
Text,
|
||||
useColorModeValue,
|
||||
} from "@chakra-ui/react";
|
||||
import { intl } from "locale";
|
||||
|
||||
import { intl } from "src/locale";
|
||||
|
||||
interface PermissionSelectorProps {
|
||||
capabilities: string[];
|
||||
|
Reference in New Issue
Block a user