mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-04-30 05:30:12 -05:00
Get rid of unnecessary imports.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user