File size: 244 Bytes
f5071ca
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
// const cartReducer = (state, action) => {
//   if(action.type === 'ADD_TO_CARD') {
//     let { id, name, price } = action.payload;
//   }
//     return {
//         ...state,
//         cart: [],
//     };
// }

// export default cartReducer