export default(state = {}, payload) => { switch (payload.type) { default: return state; } };