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,
|
Typography,
|
||||||
TextField,
|
TextField,
|
||||||
Button,
|
Button,
|
||||||
Grid,
|
|
||||||
Paper,
|
Paper,
|
||||||
Stepper,
|
Stepper,
|
||||||
Step,
|
Step,
|
||||||
|
|
@ -30,6 +29,7 @@ import {
|
||||||
LinearProgress,
|
LinearProgress,
|
||||||
Divider,
|
Divider,
|
||||||
} from '@mui/material';
|
} from '@mui/material';
|
||||||
|
import Grid from '@mui/material/GridLegacy';
|
||||||
import {
|
import {
|
||||||
ExpandMore as ExpandMoreIcon,
|
ExpandMore as ExpandMoreIcon,
|
||||||
BugReport as BugReportIcon,
|
BugReport as BugReportIcon,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue