1 2 3 4 5 6
export const ENTER_GAME = 'homePage/ENTER_GAME' export const enterGame = (username) => ({ type: ENTER_GAME, username })