Skip to content

Commit 454e132

Browse files
committed
fix import path
1 parent 0180c6e commit 454e132

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/mui-docs/src/ComponentLinkHeader/ComponentLinkHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import ChatRounded from '@mui/icons-material/ChatRounded';
66
import GitHubIcon from '@mui/icons-material/GitHub';
77
import { styled } from '@mui/material/styles';
88
import { MarkdownHeaders } from '@mui/internal-markdown';
9-
import MarkdownIcon from 'docs/src/icons/MarkdownIcon';
9+
import MarkdownIcon from '../svgIcons/MarkdownIcon';
1010
import SketchIcon from '../svgIcons/SketchIcon';
1111
import FigmaIcon from '../svgIcons/FigmaIcon';
1212
import BundleSizeIcon from '../svgIcons/BundleSizeIcon';
File renamed without changes.

0 commit comments

Comments
 (0)