mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-12-13 19:26:50 +00:00
Converted to Vite since create-react-app is no longer being developed
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import { useEffect, useReducer, useState } from "react";
|
||||
|
||||
import { Alert, AlertIcon, Heading } from "@chakra-ui/react";
|
||||
import { SpinnerPage, tableEventReducer } from "components";
|
||||
import { useSettings } from "hooks";
|
||||
import { intl } from "locale";
|
||||
|
||||
import { SpinnerPage, tableEventReducer } from "src/components";
|
||||
import { useSettings } from "src/hooks";
|
||||
import { intl } from "src/locale";
|
||||
|
||||
import { SettingsTable } from "./SettingsTable";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user