mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
10 lines
181 B
HTML
10 lines
181 B
HTML
<!DOCTYPE html>
|
|
<script src="../../include.js"></script>
|
|
<script type="module">
|
|
import m from "./import-in-a-module.js";
|
|
|
|
test(() => {
|
|
println(m);
|
|
});
|
|
</script>
|