Skip to content

Commit c589db8

Browse files
committed
fix bad merge
1 parent a221b4f commit c589db8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.storybook/lib/storiesFromMarkdown.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const blockToStory = block => {
1111
}
1212
}
1313

14+
export default function storiesFromMarkdown(req) {
1415
return req.keys().reduce((stories, file) => {
1516
const markdown = req(file)
1617
const path = file.replace(/^\.\//, '')

0 commit comments

Comments
 (0)