export const WELCOME_ACTION = 'WELCOME_ACTION'; export const UPDATE_SCORES = 'WELCOME_UPDATE_SCORES'; export const updateScores = (scores) => ({ type: WELCOME_ACTION, action: UPDATE_SCORES, scores: scores });