Skip to content

Commit

Permalink
[code-infra] Fix imports in Demo component (mui#42857)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasTy authored and joserodolfofreitas committed Jul 29, 2024
1 parent b39f16d commit 4e27078
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/modules/components/Demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import IconButton from '@mui/material/IconButton';
import Box from '@mui/material/Box';
import Collapse from '@mui/material/Collapse';
import NoSsr from '@mui/material/NoSsr';
import { HighlightedCode, CodeTab, CodeTabList } from '@mui/docs/HighlightedCode';
import { HighlightedCode } from '@mui/docs/HighlightedCode';
import { CodeTab, CodeTabList } from '@mui/docs/HighlightedCodeWithTabs';
import ContentCopyRoundedIcon from '@mui/icons-material/ContentCopyRounded';
import LibraryAddCheckRoundedIcon from '@mui/icons-material/LibraryAddCheckRounded';
import DemoSandbox from 'docs/src/modules/components/DemoSandbox';
Expand Down

0 comments on commit 4e27078

Please sign in to comment.