import { storiesOf } from '@storybook/react'; import Button from './Button'; storiesOf('Design System/Atoms/Button', module).add('with text', () => { return ; }); storiesOf('Design System/Atoms/Button', module).add('with emoji', () => { return ; });