diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-01-27 17:27:03 +0000 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-01-27 17:27:03 +0000 |
commit | dcad7a49d0fa9d17f5e8c8e7677548be2967f364 (patch) | |
tree | 11589f10c2421f90cc4c36c41507a46b63d83dab /src/lustre.gleam | |
parent | afb57d6dbdeb1628d420411a41fdbbd479b6732f (diff) | |
download | lustre-dcad7a49d0fa9d17f5e8c8e7677548be2967f364.tar.gz lustre-dcad7a49d0fa9d17f5e8c8e7677548be2967f364.zip |
:truck: Move runtime module into internals/.
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 ----------------------------------------------------------------------- |