const app = require('../app') const { crumbIcon } = require('../assets') app.component('appBreadcrumb', { template: html`

{{link.text}}

`, bindings: { links: '<' } })