import globalCss from './assets/styles/style.css?inline'; export class AppLayout extends HTMLElement { constructor() { super(); this.attachShadow({ mode: 'open' }); } connectedCallback() { this.render(); } render() { if (this.shadowRoot) { this.shadowRoot.innerHTML = `