aboutsummaryrefslogtreecommitdiff
path: root/test/examples/counter.gleam
diff options
context:
space:
mode:
Diffstat (limited to 'test/examples/counter.gleam')
-rw-r--r--test/examples/counter.gleam2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/examples/counter.gleam b/test/examples/counter.gleam
index a00e756..759ebdf 100644
--- a/test/examples/counter.gleam
+++ b/test/examples/counter.gleam
@@ -3,7 +3,7 @@
import gleam/int
import lustre
import lustre/element.{Element, text}
-import lustre/html.{button, div, p}
+import lustre/element/html.{button, div, p}
import lustre/event
// MAIN ------------------------------------------------------------------------