Add admin state store, add new role functionality
This commit is contained in:
parent
7369167e28
commit
dc0fdee030
10 changed files with 202 additions and 17 deletions
|
@ -11,7 +11,6 @@ import Can from '@/components/elements/Can';
|
|||
import SpinnerOverlay from '@/components/elements/SpinnerOverlay';
|
||||
import getServerAllocations from '@/api/swr/getServerAllocations';
|
||||
import isEqual from 'react-fast-compare';
|
||||
import { Allocation } from '@/api/server/getServer';
|
||||
|
||||
const NetworkContainer = () => {
|
||||
const [ loading, setLoading ] = useState(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue