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