From 146e1518f458b54cb71214319d9072e3338fd141 Mon Sep 17 00:00:00 2001 From: velzie Date: Mon, 15 Jul 2024 20:21:45 -0400 Subject: [PATCH] guh --- src/client/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/client/index.ts b/src/client/index.ts index 9fe11f1..c713068 100644 --- a/src/client/index.ts +++ b/src/client/index.ts @@ -14,9 +14,11 @@ import "./history.ts"; import "./worker.ts"; import "./beacon.ts" import "./origin.ts"; +import "./import.ts"; declare global { interface Window { $s: any; + $sImport: any; } }