Skip to content

Commit 9c5b777

Browse files
committed
refactor: correct name of readme import
1 parent 23a7dce commit 9c5b777

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

storybook/stories/Intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import { Markdown } from '@storybook/addon-docs';
2-
import Readme from '../README.md?raw';
2+
import Readme from '../readme.md?raw';
33

44
<Markdown>{Readme}</Markdown>

0 commit comments

Comments
 (0)