From 715996aceb4d4dc96410464f60727b98a289be08 Mon Sep 17 00:00:00 2001 From: Josh Kingsley Date: Thu, 30 Oct 2025 13:25:02 +0200 Subject: refactor(web): move selection code --- web/src/global.d.ts | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 web/src/global.d.ts (limited to 'web/src/global.d.ts') 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 {}; -- cgit v1.2.3