5 lines
No EOL
120 B
JavaScript
5 lines
No EOL
120 B
JavaScript
// @ts-check
|
|
|
|
import { HelloWorld } from './components/HelloWorld.mjs'
|
|
|
|
customElements.define('hello-world', HelloWorld) |