remove unused element

This commit is contained in:
“chrisshank” 2024-11-26 13:00:25 -08:00
parent 092bd18764
commit d154c79265
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
export class FCSpace extends HTMLElement {
static tagName = 'fc-space';
static register() {
customElements.define(this.tagName, this);
}
}