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