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