diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 37306c2..888e01f 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -36,7 +36,6 @@ export default function ProductPage({ params }: ProductPageProps) { items: cartItems, isOpen: cartOpen, setIsOpen: setCartOpen, - addItem, updateQuantity, removeItem, total: cartTotal, @@ -262,4 +261,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} \ No newline at end of file +}