X-Git-Url: https://piware.de/gitweb/?p=webcomponents.git;a=blobdiff_plain;f=npm%2Fhello-world.js;fp=npm%2Fhello-world.js;h=f4b48f252cd6a528119e52fe2de1ff45ba386ce2;hp=b3e3b9ad7c062f394981af49d16ee2d358b099cb;hb=ca59aae55ce4221700d53959b67e578f57dad941;hpb=c844019737a48e1ca8752d81c15f0ce4e2621e0e diff --git a/npm/hello-world.js b/npm/hello-world.js index b3e3b9a..f4b48f2 100644 --- a/npm/hello-world.js +++ b/npm/hello-world.js @@ -1,4 +1,4 @@ -import { LitElement, html, css } from './node_modules/lit-element/lit-element.js'; +import { LitElement, html, css } from './web_modules/lit-element.js'; class HelloWorld extends LitElement { render() {