summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-08-05 09:53:48 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-08-05 09:53:48 +0700
commit53d4cc076bbf52b1c4220df912755513e4bb5864 (patch)
tree4380367b52d4881e37d26b4f5477b6eec462a91c /src
parent04c73b4da52658b0060a20bbd100a8fdacd68ef9 (diff)
Revert "<iman> update error code"
This reverts commit 70ec90799154dab2da475e840d8277d85648483b.
Diffstat (limited to 'src')
-rw-r--r--src/lib/cart/components/Cartheader.jsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/cart/components/Cartheader.jsx b/src/lib/cart/components/Cartheader.jsx
index 30e89317..c7a8f0b8 100644
--- a/src/lib/cart/components/Cartheader.jsx
+++ b/src/lib/cart/components/Cartheader.jsx
@@ -6,9 +6,6 @@ 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'