diff options
| author | Josh Kingsley <josh@joshkingsley.me> | 2025-10-25 20:46:35 +0300 |
|---|---|---|
| committer | Josh Kingsley <josh@joshkingsley.me> | 2025-10-25 22:09:48 +0300 |
| commit | 5404a95c15e176d25728bf1a319ddb9828b23625 (patch) | |
| tree | 639d175e15170618d36c0b22b3c8ad7764925175 /web/global.d.ts | |
| parent | 2a4d7a7fc3b968ed8cdfd958a5e65fbe140042da (diff) | |
refactor(web): re-organize files
Diffstat (limited to 'web/global.d.ts')
| -rw-r--r-- | web/global.d.ts | 9 |
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 {}; |
