mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 03:31:23 +00:00
add product to cart, update product in cart, remove product form cart
This commit is contained in:
@@ -17,6 +17,7 @@ interface Props {
|
||||
featuredProducts: ProductCard[],
|
||||
}
|
||||
export default function Home({ freshProducts, featuredProducts, veggie }: Props) {
|
||||
// console.log("veggie",veggie)
|
||||
return (
|
||||
<>
|
||||
<HomeBanner />
|
||||
|
Reference in New Issue
Block a user