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 {
1616 Typography ,
1717 styled ,
1818} 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
2222import type { FallbackProps } from 'react-error-boundary' ;
2323import LogoError from './LogoError.js' ;
2424
You can’t perform that action at this time.
0 commit comments