import { add } from "./math.mjs"; document.querySelector("#answer").textContent = String(add(2, 2));