Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
244 Bytes
// const cartReducer = (state, action) => {
// if(action.type === 'ADD_TO_CARD') {
// let { id, name, price } = action.payload;
// }
// return {
// ...state,
// cart: [],
// };
// }
// export default cartReducer