import { GameUI } from "boardgame-phaser"; import "./style.css"; import App from "@/ui/App"; const ui = new GameUI({ container: "ui-root", root: , }); ui.mount();