chore: remove unneeded 'export' from example
This commit is contained in:
parent
cc235c475d
commit
41b8ba21d5
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ In your component class:
|
|||
// HelloWorld.mjs
|
||||
import WebComponent from "https://unpkg.com/web-component-base";
|
||||
|
||||
export class HelloWorld extends WebComponent {
|
||||
class HelloWorld extends WebComponent {
|
||||
name = "World";
|
||||
emotion = "excited";
|
||||
|
||||
|
|
Loading…
Reference in a new issue