diff --git a/striker-ui/components/Storage.tsx b/striker-ui/components/Storage.tsx index cb139653..85fee3e3 100644 --- a/striker-ui/components/Storage.tsx +++ b/striker-ui/components/Storage.tsx @@ -1,4 +1,4 @@ -import { Grid } from '@material-ui/core'; +import { Grid } from '@mui/material'; import * as prettyBytes from 'pretty-bytes'; import { Panel } from './Panels'; import { AllocationBar } from './Bars'; @@ -14,7 +14,7 @@ const Storage = ({ uuid }: { uuid: string }): JSX.Element => { return ( - +