Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Jul 4, 2024
1 parent e943350 commit e7654a1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/src/components/home/ProductsSwitcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ import Typography from '@mui/material/Typography';
import Stack from '@mui/material/Stack';
import IconImage from 'docs/src/components/icon/IconImage';
import Highlighter from 'docs/src/components/action/Highlighter';
import SvgMuiLogomark, {
muiSvgLogoString,
muiSvgWordmarkString,
} from 'docs/src/icons/SvgMuiLogomark';
import SvgMuiLogomark from 'docs/src/icons/SvgMuiLogomark';

const SwipeableViews = dynamic(() => import('react-swipeable-views'), { ssr: false });

Expand Down

0 comments on commit e7654a1

Please sign in to comment.