const app = require('../app') app.component('appDashboardPage', { template: html` Dashboard goes here `, controllerAs: 'dashboard', controller: function() { } })