]> piware.de Git - webcomponents.git/blobdiff - npm/hello-world.js
Use pikapkg.web for dependencies
[webcomponents.git] / npm / hello-world.js
index b3e3b9ad7c062f394981af49d16ee2d358b099cb..f4b48f252cd6a528119e52fe2de1ff45ba386ce2 100644 (file)
@@ -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() {