diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-05 09:47:26 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-05 09:47:26 +0700 |
| commit | 04c73b4da52658b0060a20bbd100a8fdacd68ef9 (patch) | |
| tree | 8c4e1ff7bedb5396c2518c629009b6382110b2cb | |
| parent | 8aa9307006910e5b512fc6551f0046f0c5a6a2d5 (diff) | |
<iman> Revert "<iman> update error code"
This reverts commit 70ec90799154dab2da475e840d8277d85648483b.
| -rw-r--r-- | src/lib/cart/components/Cartheader.jsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/cart/components/Cartheader.jsx b/src/lib/cart/components/Cartheader.jsx index c7a8f0b8..30e89317 100644 --- a/src/lib/cart/components/Cartheader.jsx +++ b/src/lib/cart/components/Cartheader.jsx @@ -6,6 +6,9 @@ import useAuth from '@/core/hooks/useAuth' import { useRouter } from 'next/router' import odooApi from '@/core/api/odooApi' import { useProductCartContext } from '@/contexts/ProductCartContext' +import currencyFormat from '@/core/utils/currencyFormat' +import Image from '@/core/components/elements/Image/Image' +import { createSlug } from '@/core/utils/slug' import Image from '@/core/components/elements/Image/Image' import whatsappUrl from '@/core/utils/whatsappUrl' import { AnimatePresence, motion } from 'framer-motion' |
