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