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