diff --git a/client/src/components/GameBoard.tsx b/client/src/components/GameBoard.tsx index 8399dfb..1de4642 100644 --- a/client/src/components/GameBoard.tsx +++ b/client/src/components/GameBoard.tsx @@ -583,4 +583,3 @@ function VotingTimer({ onTimeout }: { onTimeout: () => void }) { ); } -```