chore: update example
This commit is contained in:
parent
bac1e0caec
commit
78a6b3c2d8
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ In your component class:
|
|||
|
||||
```js
|
||||
// HelloWorld.mjs
|
||||
import { WebComponent } from "web-component-base";
|
||||
import WebComponent from "web-component-base";
|
||||
|
||||
export class HelloWorld extends WebComponent {
|
||||
name = "World";
|
||||
|
|
Loading…
Reference in a new issue