diff --git a/client/src/AdriftClient.ts b/client/src/AdriftClient.ts index 23adadd..3e8ac70 100644 --- a/client/src/AdriftClient.ts +++ b/client/src/AdriftClient.ts @@ -6,7 +6,7 @@ import { MetaCallback, ReadyStateCallback, WebSocketImpl, -} from "bare-client-custom"; +} from "@mercuryworkshop/bare-client-custom"; import { MAX_CHUNK_SIZE } from "protocol"; import { Connection } from "./Connection"; diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index 481c1c4..42f4807 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -1,5 +1,5 @@