No more silly globals

This commit is contained in:
MotorTruck1221 2025-01-10 01:27:39 -07:00
parent 1bd272ec8d
commit 82e169150e
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4

11
src/global.d.ts vendored
View file

@ -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 {};