import { component } from 'riot'
import App from './components/app.riot'
component(App)(document.getElementById('app'))