diff options
Diffstat (limited to 'web/src/global.d.ts')
| -rw-r--r-- | web/src/global.d.ts | 9 |
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 {}; |
