Get rid of unnecessary imports.

This commit is contained in:
M M
2024-07-11 11:38:53 -07:00
parent a617b5f273
commit 14bd0da891
@@ -1,4 +1,3 @@
import * as React from 'react';
import PropTypes from 'prop-types';
import { styled, useTheme } from '@mui/material/styles';
import Table from '@mui/material/Table';
@@ -9,7 +8,6 @@ import TableHead from '@mui/material/TableHead';
import TableRow from '@mui/material/TableRow';
import Paper from '@mui/material/Paper';
import Box from '@mui/material/Box';
import { StatusLabel } from "../../Components/Label/";
/**
* Creates a styled TableCell component.