import * as React from 'react'
import { storiesOf } from '@storybook/react'
import centered from '@storybook/addon-centered/react'
import { Close } from '../Close/Close'
import { Row } from '../Row/Row'
import { Popup } from './Popup'
import './Popup.stories.css'
storiesOf('Popup', module)
.addDecorator(centered)
.add('On hover', () => (
If you want to see it