diff --git a/packages/onitama-game/src/main.tsx b/packages/onitama-game/src/main.tsx
index 013e785..b3c20df 100644
--- a/packages/onitama-game/src/main.tsx
+++ b/packages/onitama-game/src/main.tsx
@@ -1,11 +1,11 @@
-import { h } from 'preact';
-import { GameUI } from 'boardgame-phaser';
-import './style.css';
+import { GameUI } from "boardgame-phaser";
+
+import "./style.css";
import App from "@/ui/App";
const ui = new GameUI({
- container: document.getElementById('ui-root')!,
- root: ,
+ container: "ui-root",
+ root: ,
});
ui.mount();