import { k } from "./KaplayCTX";

window.addEventListener("DOMContentLoaded", () => {
  k();
});
