aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lustre/internals/runtime.gleam4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lustre/internals/runtime.gleam b/src/lustre/internals/runtime.gleam
index a907656..b0e264f 100644
--- a/src/lustre/internals/runtime.gleam
+++ b/src/lustre/internals/runtime.gleam
@@ -10,8 +10,8 @@ import gleam/option.{Some}
import gleam/otp/actor.{type Next, type StartError, Spec}
import gleam/result
import lustre/effect.{type Effect}
-import lustre/element.{type Element, type Patch}
-import lustre/internals/patch.{Diff, Init}
+import lustre/element.{type Element}
+import lustre/internals/patch.{type Patch, Diff, Init}
import lustre/internals/vdom
// TYPES -----------------------------------------------------------------------