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

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