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