aboutsummaryrefslogtreecommitdiff
path: root/examples/input.gleam
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2023-11-04 12:39:49 +0000
committerHayleigh Thompson <me@hayleigh.dev>2023-11-04 12:39:49 +0000
commite0155c7be10901ceb4d11cb5333f92bc272b5499 (patch)
tree62965f9528cc830c92bf23498aa5bf87203f3fe0 /examples/input.gleam
parentd1432856ce7def6fd3eedc80aa6e138ac52498ca (diff)
downloadlustre-e0155c7be10901ceb4d11cb5333f92bc272b5499.tar.gz
lustre-e0155c7be10901ceb4d11cb5333f92bc272b5499.zip
:recycle: Update to Gleam v0.32 and run gleam fix.v3.0.10
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