aboutsummaryrefslogtreecommitdiff
path: root/test/examples/svg.html
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2023-07-20 22:52:07 +0100
committerHayleigh Thompson <me@hayleigh.dev>2023-07-20 22:52:07 +0100
commit3a60c2a1f44baf6c2d2cad2f329600e63d99f6c2 (patch)
tree6c53a71ca85809a357293df7beb6b1d9f6690b9a /test/examples/svg.html
parentb6311d242f6775c973bd005e33f4cbb99653bd54 (diff)
downloadlustre-3a60c2a1f44baf6c2d2cad2f329600e63d99f6c2.tar.gz
lustre-3a60c2a1f44baf6c2d2cad2f329600e63d99f6c2.zip
:recycle: Explicitly handle namespaced elements in the vdom tree.
Diffstat (limited to 'test/examples/svg.html')
-rw-r--r--test/examples/svg.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/examples/svg.html b/test/examples/svg.html
index 10daddd..12af526 100644
--- a/test/examples/svg.html
+++ b/test/examples/svg.html
@@ -6,7 +6,7 @@
<title>lustre | svg</title>
<script type="module">
- import { main } from "../../build/dev/javascript/lustre/examples/counter.mjs";
+ import { main } from "../../build/dev/javascript/lustre/examples/svg.mjs";
document.addEventListener("DOMContentLoaded", main);
</script>