refactor(striker-ui): migrate MUI v4->5 on Memory

main
Tsu-ba-me 3 years ago
parent f11fa889cf
commit 19eca2f79b
  1. 2
      striker-ui/components/Memory.tsx

@ -1,5 +1,5 @@
import { useContext } from 'react';
import { Box } from '@material-ui/core';
import { Box } from '@mui/material';
import * as prettyBytes from 'pretty-bytes';
import { Panel } from './Panels';
import { AllocationBar } from './Bars';

Loading…
Cancel
Save