From 459c021b8cee8d4eb33c8d028fb429863cd3525b Mon Sep 17 00:00:00 2001 From: nathangray Date: Wed, 23 Jun 2021 16:26:25 -0600 Subject: [PATCH] Comment this out while we work on rollup --- api/js/etemplate/et2-button.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/api/js/etemplate/et2-button.ts b/api/js/etemplate/et2-button.ts index ec5d2ac83a..472c7b953f 100644 --- a/api/js/etemplate/et2-button.ts +++ b/api/js/etemplate/et2-button.ts @@ -8,7 +8,7 @@ * @author Nathan Gray */ - +/* Commented out while we work on rollup 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"; @@ -16,4 +16,6 @@ export class Et2Button extends SlButton { size='small'; } -customElements.define("et2-button",Et2Button); \ No newline at end of file +customElements.define("et2-button",Et2Button); + + */ \ No newline at end of file