/** * Application entry point. * * Importing a module for its side effect is how custom elements get * registered — the `@customElement` decorator calls * `customElements.define()` when the module is evaluated. */ import './components/app-root.js';