summaryrefslogtreecommitdiff
path: root/src/lib/cart/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/cart/components')
-rw-r--r--src/lib/cart/components/Cartheader.jsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/cart/components/Cartheader.jsx b/src/lib/cart/components/Cartheader.jsx
index d330ccb6..cbe7c7e1 100644
--- a/src/lib/cart/components/Cartheader.jsx
+++ b/src/lib/cart/components/Cartheader.jsx
@@ -8,7 +8,6 @@ import { useRouter } from 'next/router'
import odooApi from '@/core/api/odooApi'
import { useProductCartContext } from '@/contexts/ProductCartContext'
import whatsappUrl from '@/core/utils/whatsappUrl'
-import SummaryProduct from '@/core/components/elements/Product/SummaryProduct'
const { ShoppingCartIcon, PhotoIcon } = require('@heroicons/react/24/outline')
const { default: Link } = require('next/link')
@@ -132,7 +131,6 @@ const Cardheader = (cartCount) => {
</Link>
</div>
<hr className='mt-3 mb-3 border border-gray-100' />
- {/* <SummaryProduct products = {products} isLoading={isLoading} itemLoading = {itemLoading}/> */}
<div className='flow-root max-h-[250px] overflow-y-auto'>
{!auth && (
<div className='justify-center p-4'>