const app = require('../app') const { logo } = require('../assets') app.component('appHomeArea', { transclude: true, template: html`
`, controller: function() { } })