Add importmaps snippet

This commit is contained in:
Talia 2025-02-17 15:23:01 +01:00
parent 97fd4d5f63
commit 0c5e332da2

7
importmaps.html Normal file
View file

@ -0,0 +1,7 @@
<script type="importmap">
{
"imports": {
"nyooom/render": "./render.js"
}
}
</script>