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