build gang in mui

This commit is contained in:
Olivier Gagnon
2021-10-01 15:39:56 -04:00
parent 9cbb525da3
commit 5ba7b2796d
33 changed files with 50 additions and 96 deletions
-4
View File
@@ -23,10 +23,6 @@ type IProps = {
p: IPlayer;
};
type IState = {
game: GameType;
};
export function CasinoLocation(props: IProps): React.ReactElement {
const [game, setGame] = useState(GameType.None);
@@ -1,5 +1,4 @@
import React from "react";
import { IPlayer } from "../../PersonObjects/IPlayer";
import { CONSTANTS } from "../../Constants";
import { Money } from "../../ui/React/Money";
import { Modal } from "../../ui/React/Modal";