diff options
Diffstat (limited to 'frontend/src/scenes')
-rw-r--r-- | frontend/src/scenes/Lobby/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/scenes/Lobby/index.js b/frontend/src/scenes/Lobby/index.js index 88021fbe..ad39d09e 100644 --- a/frontend/src/scenes/Lobby/index.js +++ b/frontend/src/scenes/Lobby/index.js @@ -11,6 +11,7 @@ import { getPlayers } from '../../redux/players'; export type LobbyProps = { currentGame: Game, players: List<Player>, + startGame: () => void, } class LobbyPresenter extends Component<LobbyProps> { |