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.gleam2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lustre/element/html.gleam b/src/lustre/element/html.gleam
index e616c59..93d8689 100644
--- a/src/lustre/element/html.gleam
+++ b/src/lustre/element/html.gleam
@@ -1,7 +1,7 @@
// IMPORTS ---------------------------------------------------------------------
-import lustre/element.{type Element, element, namespaced}
import lustre/attribute.{type Attribute}
+import lustre/element.{type Element, element, namespaced}
// HTML ELEMENTS: MAIN ROOT ----------------------------------------------------