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

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