export const GRID_ACTION = 'GRID_ACTION';
export const UPDATE = 'GRID_UPDATE';
export const update = () => ({
type: GRID_ACTION,
action: UPDATE
});