class CRMTopbar3 extends HTMLElement { connectedCallback() { this.innerHTML = `
JD
`; } } customElements.define('crm-topbar-3', CRMTopbar3);