Skip to content

Commit

Permalink
Resolve issues with MUI 6
Browse files Browse the repository at this point in the history
  • Loading branch information
xrogers authored Jan 27, 2025
1 parent 97b5922 commit d75b456
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/layout/Error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ import {
Typography,
styled,
} from '@mui/material';
import ExpandMoreIcon from '@mui/icons-material/ExpandMore.js'; // eslint-disable-line import/extensions
import HistoryIcon from '@mui/icons-material/History.js'; // eslint-disable-line import/extensions
import RefreshIcon from '@mui/icons-material/Refresh.js'; // eslint-disable-line import/extensions
import ExpandMoreIcon from '@mui/icons-material/ExpandMore'; // eslint-disable-line import/extensions
import HistoryIcon from '@mui/icons-material/History'; // eslint-disable-line import/extensions
import RefreshIcon from '@mui/icons-material/Refresh'; // eslint-disable-line import/extensions
import type { FallbackProps } from 'react-error-boundary';
import LogoError from './LogoError.js';

Expand Down

0 comments on commit d75b456

Please sign in to comment.