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

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