summaryrefslogtreecommitdiff
path: root/web/global.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'web/global.d.ts')
-rw-r--r--web/global.d.ts9
1 files changed, 0 insertions, 9 deletions
diff --git a/web/global.d.ts b/web/global.d.ts
deleted file mode 100644
index 3b6d980..0000000
--- a/web/global.d.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-import type Notive from "./index";
-
-declare global {
- interface Window {
- notive: Notive;
- }
-}
-
-export {};