class CRMTopbar2 extends HTMLElement { connectedCallback() { this.innerHTML = `
CF
`; } } customElements.define('crm-topbar-2', CRMTopbar2);