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:
parent
5f284dad1d
commit
3d627a70ce
3 changed files with 3 additions and 14 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);
|
||||
|
|
Reference in a new issue