fix(client): try to fix the lint issues on the debug page
This commit is contained in:
parent
83b046acc6
commit
893ba331f5
|
|
@ -6,7 +6,6 @@ import {
|
|||
Typography,
|
||||
TextField,
|
||||
Button,
|
||||
Grid,
|
||||
Paper,
|
||||
Stepper,
|
||||
Step,
|
||||
|
|
@ -30,6 +29,7 @@ import {
|
|||
LinearProgress,
|
||||
Divider,
|
||||
} from '@mui/material';
|
||||
import Grid from '@mui/material/GridLegacy';
|
||||
import {
|
||||
ExpandMore as ExpandMoreIcon,
|
||||
BugReport as BugReportIcon,
|
||||
|
|
|
|||
Loading…
Reference in New Issue