Lint + lock update

Updates the browsers list
Remove unused import
Changed the title of the users page from `Subusers` to just `Users`
This commit is contained in:
Charles Morgan 2021-01-02 21:32:03 -05:00
parent 5f284dad1d
commit 3d627a70ce
3 changed files with 3 additions and 14 deletions

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