From 5404a95c15e176d25728bf1a319ddb9828b23625 Mon Sep 17 00:00:00 2001 From: Josh Kingsley Date: Sat, 25 Oct 2025 20:46:35 +0300 Subject: refactor(web): re-organize files --- web/global.d.ts | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 web/global.d.ts (limited to 'web/global.d.ts') 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 {}; -- cgit v1.2.3