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