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