0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-21 06:02:34 -05:00

fix: lint issue

This commit is contained in:
Juanfran 2024-02-06 09:07:34 +01:00
parent dbf43eae82
commit 7a79ef62bd

View file

@ -1,5 +1,5 @@
export class PenpotRuntimeElement extends HTMLElement {
connectedCallback() {}
// connectedCallback() {}
}
customElements.define('plugins-runtime', PenpotRuntimeElement);