diff --git a/STORYBOOK.md b/STORYBOOK.md index 1950e839e877..cb4cf290a77a 100644 --- a/STORYBOOK.md +++ b/STORYBOOK.md @@ -38,7 +38,7 @@ Here's an example story: import React from 'react'; import Button from '../components/Button'; -export default { +const story = { // Title field will determine how the story displays in the sidebar title: 'Components/Button', component: Button, @@ -48,11 +48,16 @@ export default { const Template = args =>