fix(client): try to fix the lint issues on the debug page

This commit is contained in:
perf3ct 2025-07-01 02:25:24 +00:00
parent 83b046acc6
commit 893ba331f5
1 changed files with 1 additions and 1 deletions

View File

@ -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,