Skip to content

Commit 8fb28fd

Browse files
committed
remove unused import
1 parent 0f9b3a5 commit 8fb28fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/scripts/components/server/network/NetworkContainer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import Can from '@/components/elements/Can';
1111
import SpinnerOverlay from '@/components/elements/SpinnerOverlay';
1212
import getServerAllocations from '@/api/swr/getServerAllocations';
1313
import isEqual from 'react-fast-compare';
14-
import { Allocation } from '@/api/server/getServer';
1514

1615
const NetworkContainer = () => {
1716
const [ loading, setLoading ] = useState(false);

0 commit comments

Comments
 (0)