Update build chain

This commit is contained in:
2019-11-05 12:48:52 +01:00
parent 2ee41c7d9e
commit 1dab4bd27f
6 changed files with 4054 additions and 46 deletions

View File

@@ -1,4 +1,4 @@
import {LitElement, html, css} from "/card-tools/lit-element.js";
import {LitElement, html, css} from "card-tools/src/lit-element.js";
import { Controller } from "./controller.js";
import { LightController } from "./light-controller.js";