aboutsummaryrefslogtreecommitdiff
path: root/examples/input.gleam
diff options
context:
space:
mode:
Diffstat (limited to 'examples/input.gleam')
-rw-r--r--examples/input.gleam2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/input.gleam b/examples/input.gleam
index ff4d794..62338a2 100644
--- a/examples/input.gleam
+++ b/examples/input.gleam
@@ -4,7 +4,7 @@ import gleam/dynamic
import gleam/string
import lustre
import lustre/attribute.{attribute}
-import lustre/element.{Element, text}
+import lustre/element.{type Element, text}
import lustre/element/html.{div, input, label, pre}
import lustre/event