Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
109 Bytes
import { createContext } from 'react'
const CartContext = createContext(null);
export default CartContext;