diff --git a/src/stories/index.js b/src/stories/index.js index aa04241..05d42c0 100644 --- a/src/stories/index.js +++ b/src/stories/index.js @@ -9,11 +9,11 @@ import { Button, Welcome } from '@storybook/react/demo'; storiesOf('Welcome', module).add('to Storybook', () => ); storiesOf('Button', module) - .add('with text', () => ) + .add('with text', () => ) .add('with some emoji', () => ( ));