mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-04 08:01:51 +00:00
8 lines
165 B
HTML
8 lines
165 B
HTML
<script src="../../include.js"></script>
|
|
<script type="module">
|
|
import m from "./import-in-a-module.js";
|
|
|
|
test(() => {
|
|
println(m);
|
|
});
|
|
</script>
|