diff --git a/src/App.tsx b/src/App.tsx index 4dc153f..e5fed0c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -317,11 +317,11 @@ function Board({ game, board}: { game: Game, board: SidedBoard}) {

{/**not sure if just printing the array will work*/} - {p1Board} + {p2Board}


- {p2Board} + {p1Board}