We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0180c6e commit 454e132Copy full SHA for 454e132
packages/mui-docs/src/ComponentLinkHeader/ComponentLinkHeader.tsx
@@ -6,7 +6,7 @@ import ChatRounded from '@mui/icons-material/ChatRounded';
6
import GitHubIcon from '@mui/icons-material/GitHub';
7
import { styled } from '@mui/material/styles';
8
import { MarkdownHeaders } from '@mui/internal-markdown';
9
-import MarkdownIcon from 'docs/src/icons/MarkdownIcon';
+import MarkdownIcon from '../svgIcons/MarkdownIcon';
10
import SketchIcon from '../svgIcons/SketchIcon';
11
import FigmaIcon from '../svgIcons/FigmaIcon';
12
import BundleSizeIcon from '../svgIcons/BundleSizeIcon';
docs/src/icons/MarkdownIcon.tsx renamed to packages/mui-docs/src/svgIcons/MarkdownIcon.tsx
0 commit comments