diff options
-rw-r--r-- | src/lustre/attribute.gleam | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lustre/attribute.gleam b/src/lustre/attribute.gleam index e99e0f6..70431a2 100644 --- a/src/lustre/attribute.gleam +++ b/src/lustre/attribute.gleam @@ -6,8 +6,7 @@ // IMPORTS --------------------------------------------------------------------- -import gleam/dynamic.{type Decoder, type Dynamic} -import gleam/function +import gleam/dynamic.{type Decoder} import gleam/int import gleam/list import gleam/result |