mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-21 14:12:42 -05:00
fix: lint issue
This commit is contained in:
parent
dbf43eae82
commit
7a79ef62bd
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
export class PenpotRuntimeElement extends HTMLElement {
|
export class PenpotRuntimeElement extends HTMLElement {
|
||||||
connectedCallback() {}
|
// connectedCallback() {}
|
||||||
}
|
}
|
||||||
|
|
||||||
customElements.define('plugins-runtime', PenpotRuntimeElement);
|
customElements.define('plugins-runtime', PenpotRuntimeElement);
|
||||||
|
|
Loading…
Add table
Reference in a new issue