diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2023-11-04 12:39:49 +0000 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2023-11-04 12:39:49 +0000 |
commit | e0155c7be10901ceb4d11cb5333f92bc272b5499 (patch) | |
tree | 62965f9528cc830c92bf23498aa5bf87203f3fe0 /examples/counter.gleam | |
parent | d1432856ce7def6fd3eedc80aa6e138ac52498ca (diff) | |
download | lustre-3.0.10.tar.gz lustre-3.0.10.zip |
:recycle: Update to Gleam v0.32 and run gleam fix.v3.0.10
Diffstat (limited to 'examples/counter.gleam')
-rw-r--r-- | examples/counter.gleam | 2 |
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 |