summaryrefslogtreecommitdiff
path: root/web/src/global.d.ts
diff options
context:
space:
mode:
authorJosh Kingsley <josh@joshkingsley.me>2025-10-30 13:25:02 +0200
committerJosh Kingsley <josh@joshkingsley.me>2025-10-30 13:25:02 +0200
commit715996aceb4d4dc96410464f60727b98a289be08 (patch)
tree876d97664a22246ebecfc25cad1f4b96dee031a0 /web/src/global.d.ts
parent7ef8366bfc43775bf26e71e77bddf31af829dfde (diff)
refactor(web): move selection code
Diffstat (limited to 'web/src/global.d.ts')
-rw-r--r--web/src/global.d.ts9
1 files changed, 0 insertions, 9 deletions
diff --git a/web/src/global.d.ts b/web/src/global.d.ts
deleted file mode 100644
index 3b6d980..0000000
--- a/web/src/global.d.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-import type Notive from "./index";
-
-declare global {
- interface Window {
- notive: Notive;
- }
-}
-
-export {};