I have simple code
export default function asideReducer(state = initialState, action) { let cart = state.cart switch (action.type) { case ADD_TO_CART: