aboutsummaryrefslogtreecommitdiff
path: root/test/examples/components.gleam
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2023-07-20 23:22:09 +0100
committerHayleigh Thompson <me@hayleigh.dev>2023-07-20 23:22:09 +0100
commitde26bd9e3e725e505fd07b4d61d792672e7ce8e6 (patch)
tree3e20381f9c3a8e021eed4fdaac1611b63ac6e458 /test/examples/components.gleam
parent92a42c79a2ef4c5049d77c3bbb8596040d0afdd3 (diff)
downloadlustre-de26bd9e3e725e505fd07b4d61d792672e7ce8e6.tar.gz
lustre-de26bd9e3e725e505fd07b4d61d792672e7ce8e6.zip
:recycle: Namespace the html and svg modules under the element module.
Diffstat (limited to 'test/examples/components.gleam')
-rw-r--r--test/examples/components.gleam2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/examples/components.gleam b/test/examples/components.gleam
index 5ba3813..beb4151 100644
--- a/test/examples/components.gleam
+++ b/test/examples/components.gleam
@@ -10,8 +10,8 @@ import lustre
import lustre/attribute
import lustre/effect
import lustre/element.{element, text}
+import lustre/element/html.{button, div, li, ol, p}
import lustre/event
-import lustre/html.{button, div, li, ol, p}
// MAIN ------------------------------------------------------------------------