aboutsummaryrefslogtreecommitdiff
path: root/src/js/test.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/test.js')
-rw-r--r--src/js/test.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/js/test.js b/src/js/test.js
new file mode 100644
index 0000000..ef7923a
--- /dev/null
+++ b/src/js/test.js
@@ -0,0 +1,5 @@
+import * as Lustre from 'lustre/test.mjs'
+
+document.documentElement.append(
+ Lustre.html_test()
+) \ No newline at end of file