diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2023-07-20 22:52:07 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2023-07-20 22:52:07 +0100 |
commit | 3a60c2a1f44baf6c2d2cad2f329600e63d99f6c2 (patch) | |
tree | 6c53a71ca85809a357293df7beb6b1d9f6690b9a /test/examples/svg.html | |
parent | b6311d242f6775c973bd005e33f4cbb99653bd54 (diff) | |
download | lustre-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.html | 2 |
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> |