import { storiesOf } from '@storybook/react'; import Dropdown from '.'; storiesOf('Dropdown', module) .add('Pure', () => ( ))