export const START_GAME = 'START_GAME' export const CARD_PLAYED = 'CARD_PLAYED' export const CARD_DRAWN = 'CARD_DRAWN'