Added logic for playing draw 2 cards

This commit is contained in:
Mizanali Panjwani
2021-02-12 04:55:51 +05:30
parent c90e7db7dd
commit 663e979e31
2 changed files with 114 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ const Game = (props) => {
</span>
))}
</div>
<a href='/'>home</a>
</div>
)
}