File tree Expand file tree Collapse file tree
src/renderer/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import {
22 Error as ErrorIcon ,
3+ ExpandMore as ExpandMoreIcon ,
34 Info as InfoIcon ,
45 CheckCircle as SuccessIcon ,
5- Warning as WarningIcon ,
6- ExpandMore as ExpandMoreIcon
6+ Warning as WarningIcon
77} from '@mui/icons-material' ;
88import {
9+ Accordion ,
10+ AccordionDetails ,
11+ AccordionSummary ,
912 Alert ,
1013 AlertTitle ,
1114 Box ,
@@ -17,20 +20,12 @@ import {
1720 DialogTitle ,
1821 Divider ,
1922 List ,
20- ListItem ,
2123 Paper ,
22- Typography ,
23- Accordion ,
24- AccordionSummary ,
25- AccordionDetails ,
26- Table ,
27- TableBody ,
28- TableCell ,
29- TableRow
24+ Typography
3025} from '@mui/material' ;
3126import type { ProcessResult } from '@shared/types' ;
32- import { useTranslation } from 'react-i18next' ;
3327import { useState } from 'react' ;
28+ import { useTranslation } from 'react-i18next' ;
3429
3530interface ResultsDialogProps {
3631 open : boolean ;
You can’t perform that action at this time.
0 commit comments