From cb581a335aa0651bd45e26ce8edb9a373cab0d0a Mon Sep 17 00:00:00 2001 From: benStre Date: Mon, 12 Feb 2024 18:06:44 +0100 Subject: [PATCH] Fix import --- runtime/runtime.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/runtime.ts b/runtime/runtime.ts index db09b7c6..4a68e775 100644 --- a/runtime/runtime.ts +++ b/runtime/runtime.ts @@ -77,6 +77,7 @@ import { deleteCookie, getCookie, setCookie } from "../utils/cookies.ts"; import { addPersistentListener, removePersistentListener } from "../utils/persistent-listeners.ts"; import { endpoint_config } from "./endpoint_config.ts"; import type { DatexInData, DatexOutData } from "../network/communication-hub.ts"; +import { communicationHub } from "../network/communication-hub.ts"; const mime = client_type === "deno" ? (await import("https://deno.land/x/mimetypes@v1.0.0/mod.ts")).mime : null;