summaryrefslogtreecommitdiff
path: root/src/toys/godel/js/main.js
blob: b752206a0c4705d6df03cdcd6e05d666685195b2 (plain) (blame)
1
2
3
4
5
import { GodelPlayground } from "./ui.js";

document.addEventListener("DOMContentLoaded", () => {
  new GodelPlayground();
});