From 9f3a987e3e98c077ca8e5f0885e254d0e569e673 Mon Sep 17 00:00:00 2001 From: Tsu-ba-me Date: Thu, 6 Jan 2022 19:56:02 -0500 Subject: [PATCH] refactor(striker-ui): migrate MUI v4->5 on Storage --- striker-ui/components/Storage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ( - +