feat(game): add blackjack game component and routing
Some checks failed
Some checks failed
This commit is contained in:
parent
32aa753452
commit
eb153f4459
12 changed files with 273 additions and 2 deletions
|
@ -2,4 +2,5 @@ export interface Game {
|
|||
id: string;
|
||||
name: string;
|
||||
image: string;
|
||||
route: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue