This commit is contained in:
velzie 2024-07-15 20:21:45 -04:00
parent b3a3f80376
commit 146e1518f4
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F

View file

@ -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;
}
}