import { storiesOf } from '@storybook/react'; import NoContent from '.'; storiesOf('NoContent', module) .add('Pure', () => ( )) .add('Text and icon', () => ( )) .add('Empty Content', () => ( ))