chore: remove unneeded 'export' from example

This commit is contained in:
Ayo 2023-09-17 11:17:29 +02:00
parent cc235c475d
commit 41b8ba21d5

View file

@ -37,7 +37,7 @@ In your component class:
// HelloWorld.mjs // HelloWorld.mjs
import WebComponent from "https://unpkg.com/web-component-base"; import WebComponent from "https://unpkg.com/web-component-base";
export class HelloWorld extends WebComponent { class HelloWorld extends WebComponent {
name = "World"; name = "World";
emotion = "excited"; emotion = "excited";