import { Grid } from '@material-ui/core'; import Panel from './Panel'; import AllocationBar from './AllocationBar'; import { HeaderText, BodyText } from './Text'; const Memory = (): JSX.Element => { return ( ); }; export default Memory;