export const ENTER_GAME = 'homePage/ENTER_GAME' export const enterGame = (username) => ({ type: ENTER_GAME, username })