We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f9b3a5 commit 8fb28fdCopy full SHA for 8fb28fd
resources/scripts/components/server/network/NetworkContainer.tsx
@@ -11,7 +11,6 @@ import Can from '@/components/elements/Can';
11
import SpinnerOverlay from '@/components/elements/SpinnerOverlay';
12
import getServerAllocations from '@/api/swr/getServerAllocations';
13
import isEqual from 'react-fast-compare';
14
-import { Allocation } from '@/api/server/getServer';
15
16
const NetworkContainer = () => {
17
const [ loading, setLoading ] = useState(false);
0 commit comments