aboutsummaryrefslogtreecommitdiff
path: root/src-ui/src/main.ts
blob: aa31bb9368e788150d89ca245b6df45b21e5175f (plain)
1
2
3
4
document.addEventListener("DOMContentLoaded", async function () {
  document.body.textContent = "Hello from main.ts";
});