@@ -0,0 +1,28 @@
class Index extends HTMLElement {
css = /*css*/ `
index-el {
}
`
html = /*html*/ `
constructor() {
super();
addStyle(this.css);
this.innerHTML = this.html;
connectedCallback() {
customElements.define('index-el', Index);
export default Index;
The note is not visible to the blocked user.