Comment this out while we work on rollup

This commit is contained in:
nathangray 2021-06-23 16:26:25 -06:00
parent 6559a053f3
commit 459c021b8c

View File

@ -8,7 +8,7 @@
* @author Nathan Gray * @author Nathan Gray
*/ */
/* Commented out while we work on rollup
import {LitElement,html} from "https://cdn.skypack.dev/lit-element"; import {LitElement,html} from "https://cdn.skypack.dev/lit-element";
import {SlButton} from "https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@2.0.0-beta.44/dist/shoelace.js"; import {SlButton} from "https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@2.0.0-beta.44/dist/shoelace.js";
@ -16,4 +16,6 @@ export class Et2Button extends SlButton
{ {
size='small'; size='small';
} }
customElements.define("et2-button",Et2Button); customElements.define("et2-button",Et2Button);
*/