aboutsummaryrefslogtreecommitdiff
path: root/src/lustre/element/html.gleam
diff options
context:
space:
mode:
Diffstat (limited to 'src/lustre/element/html.gleam')
-rw-r--r--src/lustre/element/html.gleam4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lustre/element/html.gleam b/src/lustre/element/html.gleam
index bbff1d9..248867d 100644
--- a/src/lustre/element/html.gleam
+++ b/src/lustre/element/html.gleam
@@ -3,8 +3,8 @@
// IMPORTS ---------------------------------------------------------------------
-import lustre/element.{Element, element, namespaced, text}
-import lustre/attribute.{Attribute}
+import lustre/element.{type Element, element, namespaced, text}
+import lustre/attribute.{type Attribute}
// HTML ELEMENTS: MAIN ROOT ----------------------------------------------------