mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 22:40:01 -04:00
parent
a7f882a3c5
commit
f5d4f00ae8
4 changed files with 12 additions and 18 deletions
|
@ -1,5 +1,3 @@
|
|||
import BareClient from "@mercuryworkshop/bare-mux";
|
||||
|
||||
import "./scope.ts";
|
||||
import "./window.ts";
|
||||
import "./event.ts";
|
||||
|
@ -23,10 +21,5 @@ declare global {
|
|||
interface Window {
|
||||
$s: any;
|
||||
$sImport: any;
|
||||
$client: BareClient;
|
||||
}
|
||||
}
|
||||
|
||||
const client = new BareClient();
|
||||
|
||||
export { client };
|
Loading…
Add table
Add a link
Reference in a new issue