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 1695692729
commit a8a6047214
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232
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,