aboutsummaryrefslogtreecommitdiff
path: root/src/js/test.js
blob: ef7923ae604ffa2be67c52fdb16d1c8e70c81870 (plain)
1
2
3
4
5
import * as Lustre from 'lustre/test.mjs'

document.documentElement.append(
    Lustre.html_test()
)