Files
Shogi/Shogi.UI/Pages/Home/GameBoard/EmptyGameBoard.razor
2023-01-28 13:21:47 -06:00

7 lines
99 B
Plaintext

@using Contracts.Types;
<GameBoardPresentation Perspective="WhichPlayer.Player1" />
@code {
}