No more silly globals
This commit is contained in:
parent
1bd272ec8d
commit
82e169150e
1 changed files with 0 additions and 11 deletions
11
src/global.d.ts
vendored
11
src/global.d.ts
vendored
|
|
@ -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 {};
|
||||
Loading…
Add table
Reference in a new issue