refactor(cli): remove unused globals assets

This commit is contained in:
Ayo 2023-10-29 19:02:12 +01:00
parent 8e265925ac
commit dc05105432
2 changed files with 0 additions and 6 deletions

View file

@ -1,5 +0,0 @@
import { WebComponent as W } from "web-component-base/WebComponent.mjs";
declare global {
class WebComponent extends W {}
}
export { WebComponent } from "web-component-base/WebComponent.mjs";

View file

@ -1 +0,0 @@
/// <reference path="./mcfly-imports.d.ts" />