remove unused import

This commit is contained in:
Jakob Schrettenbrunner 2021-01-01 23:14:29 +01:00
parent 0f9b3a5722
commit 8fb28fdf22

View file

@ -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);