From 8128c25b6d8e597e5c652007f483c22047425c5c Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Sun, 18 Feb 2024 10:44:24 +0000 Subject: :truck: Move 'Patch' type into server module. --- src/lustre/internals/runtime.gleam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 ----------------------------------------------------------------------- -- cgit v1.2.3