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