// @ts-check import { HelloWorld } from './components/HelloWorld.mjs' customElements.define('hello-world', HelloWorld)