Skip to content

Commit 86b9f19

Browse files
committed
Fix lintint issues
1 parent 5f3a078 commit 86b9f19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frontend/src/pages/employees/Employees.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ import { FiEdit, FiTrash2 } from 'react-icons/fi';
77
import {
88
Avatar,
99
Backdrop,
10-
Box, // Add this line
10+
Box,
1111
Card,
1212
CardContent,
1313
CardHeader,
1414
CircularProgress,
1515
IconButton,
16-
Paper,
1716
Table,
1817
TableBody,
1918
TableCell,

0 commit comments

Comments
 (0)