Skip to content

Commit

Permalink
Add missing = on module export
Browse files Browse the repository at this point in the history
  • Loading branch information
ludo237 authored Jan 14, 2020
1 parent a1224b3 commit 241cd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/guides/guide-vue/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ For a basic Storybook configuration, the only thing you need to do is tell Story
To do that, create a file at `.storybook/main.js` with the following content:

```js
module.exports {
module.exports = {
stories: ['../src/**/*.stories.[tj]s'],
};
```
Expand Down

0 comments on commit 241cd54

Please sign in to comment.