mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-12-22 03:49:47 +00:00
Converted to Vite since create-react-app is no longer being developed
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { useEffect, useReducer, useState } from "react";
|
||||
|
||||
import { Alert, AlertIcon } from "@chakra-ui/react";
|
||||
import { SpinnerPage, tableEventReducer } from "components";
|
||||
import { useUsers } from "hooks";
|
||||
|
||||
import { SpinnerPage, tableEventReducer } from "src/components";
|
||||
import { useUsers } from "src/hooks";
|
||||
|
||||
import Table from "./Table";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user