Update src/app/shop/[id]/page.tsx

This commit is contained in:
2026-02-17 14:43:05 +00:00
parent a10baba6f4
commit 215dc4a2b8

View File

@@ -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) {
</ReactLenis>
</ThemeProvider>
);
}
}