File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ import {
16
16
Typography ,
17
17
styled ,
18
18
} from '@mui/material' ;
19
- import ExpandMoreIcon from '@mui/icons-material/ExpandMore.js ' ; // eslint-disable-line import/extensions
20
- import HistoryIcon from '@mui/icons-material/History.js ' ; // eslint-disable-line import/extensions
21
- import RefreshIcon from '@mui/icons-material/Refresh.js ' ; // eslint-disable-line import/extensions
19
+ import ExpandMoreIcon from '@mui/icons-material/ExpandMore' ; // eslint-disable-line import/extensions
20
+ import HistoryIcon from '@mui/icons-material/History' ; // eslint-disable-line import/extensions
21
+ import RefreshIcon from '@mui/icons-material/Refresh' ; // eslint-disable-line import/extensions
22
22
import type { FallbackProps } from 'react-error-boundary' ;
23
23
import LogoError from './LogoError.js' ;
24
24
You can’t perform that action at this time.
0 commit comments