From 97a393fa1c9a342183ceaede9cd07564816bacce Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Tue, 30 Jan 2024 20:18:47 +0000 Subject: :bug: Fixed bug where ffi code incorrectly imported runtime. --- src/client-runtime.ffi.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client-runtime.ffi.mjs') diff --git a/src/client-runtime.ffi.mjs b/src/client-runtime.ffi.mjs index bb3bf9d..12c8627 100644 --- a/src/client-runtime.ffi.mjs +++ b/src/client-runtime.ffi.mjs @@ -1,5 +1,5 @@ import { ElementNotFound, NotABrowser } from "./lustre.mjs"; -import { Dispatch, Shutdown } from "./lustre/runtime.mjs"; +import { Dispatch, Shutdown } from "./lustre/internals/runtime.mjs"; import { morph } from "./vdom.ffi.mjs"; import { Ok, Error, isEqual } from "./gleam.mjs"; -- cgit v1.2.3