fix: demo import
This commit is contained in:
parent
bfacf84b45
commit
859260f578
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
// @ts-check
|
||||
|
||||
import { WebComponent } from "../src/WebComponent";
|
||||
import { WebComponent } from "../src/WebComponent.js";
|
||||
|
||||
class SimpleText extends WebComponent {
|
||||
clickCallback() {
|
||||
|
|
Loading…
Reference in a new issue