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