remove unused element
This commit is contained in:
parent
092bd18764
commit
d154c79265
|
|
@ -1,7 +0,0 @@
|
|||
export class FCSpace extends HTMLElement {
|
||||
static tagName = 'fc-space';
|
||||
|
||||
static register() {
|
||||
customElements.define(this.tagName, this);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue