require('./bootstrap.js') import AppList from './components/list.riot' // register components riot.register('app-list', AppList) // mount components riot.mount('app-list')