Skip to content

Commit 98350ed

Browse files
committed
➕ storybook
1 parent 550d0b4 commit 98350ed

File tree

5 files changed

+4349
-5
lines changed

5 files changed

+4349
-5
lines changed

.storybook/main.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module.exports = {
2+
stories: ['../src/**/*.stories.js'],
3+
addons: [
4+
'@storybook/preset-create-react-app',
5+
'@storybook/addon-actions',
6+
'@storybook/addon-links',
7+
],
8+
};

0 commit comments

Comments
 (0)