From dcad7a49d0fa9d17f5e8c8e7677548be2967f364 Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Sat, 27 Jan 2024 17:27:03 +0000 Subject: :truck: Move runtime module into internals/. --- src/lustre.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lustre.gleam') 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 ----------------------------------------------------------------------- -- cgit v1.2.3