mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01:00
9 lines
165 B
HTML
9 lines
165 B
HTML
<script src="../../include.js"></script>
|
|
<script type="module">
|
|
import m from "./import-in-a-module.js";
|
|
|
|
test(() => {
|
|
println(m);
|
|
});
|
|
</script>
|