aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lustre/event.gleam2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lustre/event.gleam b/src/lustre/event.gleam
index 3818dac..251b92a 100644
--- a/src/lustre/event.gleam
+++ b/src/lustre/event.gleam
@@ -2,7 +2,7 @@
// IMPORTS ---------------------------------------------------------------------
-import gleam/dynamic.{DecodeError, Decoder, Dynamic}
+import gleam/dynamic.{DecodeError, Dynamic}
import gleam/result
import lustre/attribute.{Attribute}