export const MUNCHER_ACTION = 'MUNCHER_ACTION'; export const UPDATE = 'MUNCHER_UPDATE'; export const update = (x, y) => ({ type: MUNCHER_ACTION, action: UPDATE, x: x, y: y });