diff --git a/src/global.d.ts b/src/global.d.ts deleted file mode 100644 index 159a5e6..0000000 --- a/src/global.d.ts +++ /dev/null @@ -1,11 +0,0 @@ -// LEGIT here for ONE global. - -import type { Marketplace } from "@utils/marketplace"; -import type { SW } from "@utils/serviceWorker"; - -declare global { - interface Window { - } -}; - -export {};