aboutsummaryrefslogtreecommitdiff
path: root/test/examples/svg.html
diff options
context:
space:
mode:
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>