wcb/index.js
2023-09-16 22:31:49 +02:00

5 lines
No EOL
120 B
JavaScript

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