const app = require('../app') app.component('appDashboardPage', { template: html`

Efficiency

Delivery

Labor Cost

`, controllerAs: 'dashboard', controller: function(statistics) { statistics.efficiency().then(statistics => { Object.assign(this, statistics) }) } })