From b00519347a4907fc6a96e7a803912bc2fa2595a4 Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Thu, 4 Dec 2025 19:57:06 +0530 Subject: [PATCH] cleanup --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 8929fff..6569767 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -23,7 +23,7 @@ const INITIAL_GAME_STATE: GameState = { export default function App() { // unified game state const [game, setGame] = useState(INITIAL_GAME_STATE); - const { sendMatchData, onMatchData, matchId, session } = useNakama(); + const { onMatchData, matchId, session } = useNakama(); const commonProps: GameProps = { boards: game.boards,