1 2 3 4 5
import { GodelPlayground } from "./ui.js"; document.addEventListener("DOMContentLoaded", () => { new GodelPlayground(); });