FIX main.js to .storybook/main.js for documentation using addons

This commit is contained in:
Norbert de Langen 2019-11-27 16:30:05 +01:00
parent 83a40806e7
commit 74e5ae83fb

View File

@ -15,7 +15,7 @@ First, we need to install the addons:
yarn add -D @storybook/addons @storybook/addon-actions @storybook/addon-knobs @storybook/addon-notes
```
within `main.js`:
within `.storybook/main.js`:
```js
module.exports = {