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

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