aboutsummaryrefslogtreecommitdiff
path: root/src/lustre.gleam
diff options
context:
space:
mode:
Diffstat (limited to 'src/lustre.gleam')
-rw-r--r--src/lustre.gleam2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lustre.gleam b/src/lustre.gleam
index 77e0bb5..6c58c85 100644
--- a/src/lustre.gleam
+++ b/src/lustre.gleam
@@ -89,7 +89,7 @@ import gleam/otp/actor.{type StartError}
import gleam/result
import lustre/effect.{type Effect}
import lustre/element.{type Element, type Patch}
-import lustre/runtime
+import lustre/internals/runtime
// TYPES -----------------------------------------------------------------------