Skip to content

Commit df7f426

Browse files
committed
chore(storybook): add missing .storybook folder
1 parent fd7458d commit df7f426

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.storybook/config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import { configure } from '@storybook/react'
2+
3+
function loadStories() {
4+
require('../stories/index.js')
5+
// You can require as many stories as you need.
6+
}
7+
8+
configure(loadStories, module)

0 commit comments

Comments
 (0)