import { render } from 'inferno'
import './index.css'
import { Popup } from './Popup'

render(<Popup />, document.getElementById('app'))
