Last active
March 23, 2020 18:54
-
-
Save majirosstefan/b8c57df429bce738016cc2304688537f to your computer and use it in GitHub Desktop.
The configuration file for Storybook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
stories: ['../stories/**/*.stories.js'], | |
addons: ['@storybook/addon-actions', '@storybook/addon-links'], | |
}; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment