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