forked from extern/egroupware
Comment this out while we work on rollup
This commit is contained in:
parent
6559a053f3
commit
459c021b8c
@ -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);
|
||||||
|
|
||||||
|
*/
|
Loading…
Reference in New Issue
Block a user