diff options
Diffstat (limited to 'src/js/test.js')
-rw-r--r-- | src/js/test.js | 5 |
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 |