Skip to content

Commit

Permalink
refactor: remove used imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Summer-luna committed Jul 31, 2023
1 parent 6aa59d4 commit 4d6bebc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions packages/client/src/components/table/BasicTable.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { StyledPaper } from '@components/StyledPaper';
import { Table, TableBody, TableHead, TableRow, TableContainer, TablePagination, alpha } from '@mui/material';
import { Table, TableBody, TableHead, TablePagination } from '@mui/material';
import { FC, Fragment, ReactNode, useState } from 'react';
import TableCell from '@mui/material/TableCell';
import { StyledTableDataRow, StyledTableHeadRow } from '@components/StyledComponent';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { Box, Button, Chip, SelectChangeEvent, Stack, Typography } from '@mui/ma
import { Paths } from '@constants/paths';
import { FormDialog } from '@components/form/FormDialog';
import { EmployeeForm } from '@pages/Employee/components/form/EmployeeForm';
import { StyledPaper } from '@components/StyledPaper';
import { DropDownMenu } from '@components/form/DropDownMenu';
import AddIcon from '@mui/icons-material/Add';
import { BasicTable } from '@components/table/BasicTable';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { Box, Button, Chip, Typography, Stack, SelectChangeEvent, alpha } from '
import { Paths } from '@constants/paths';
import { FormDialog } from '@components/form/FormDialog';
import { ProjectForm } from '@pages/Project/components/form/ProjectForm';
import { StyledPaper } from '@components/StyledPaper';
import AddIcon from '@mui/icons-material/Add';
import { DropDownMenu } from '@components/form/DropDownMenu';
import { BasicTable } from '@components/table/BasicTable';
Expand Down

0 comments on commit 4d6bebc

Please sign in to comment.