import { MyCounter } from './src/MyCounter.js'; customElements.define('my-counter', MyCounter);