import { mountXllmExampleApp } from "./xllm-app"; const root = document.getElementById("app"); if (!root) { throw new Error("#app missing: check index.html"); } mountXllmExampleApp(root);