diff options
Diffstat (limited to 'src/lustre.gleam')
-rw-r--r-- | src/lustre.gleam | 2 |
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 ----------------------------------------------------------------------- |