summaryrefslogtreecommitdiff
path: root/src-migrate/modules
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-10-24 10:12:11 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-10-24 10:12:11 +0700
commit17d4827393616734a37ff7b43b0f697283271164 (patch)
tree5760aa730dd7557abe387c5428e31af38ce62427 /src-migrate/modules
parent5f0f6b865bafd1570b24b8caffdb992ffbb476fc (diff)
<iman> avoid error code
Diffstat (limited to 'src-migrate/modules')
-rw-r--r--src-migrate/modules/product-detail/components/PriceAction.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src-migrate/modules/product-detail/components/PriceAction.tsx b/src-migrate/modules/product-detail/components/PriceAction.tsx
index a3126cdd..a9b17f92 100644
--- a/src-migrate/modules/product-detail/components/PriceAction.tsx
+++ b/src-migrate/modules/product-detail/components/PriceAction.tsx
@@ -8,7 +8,6 @@ import { IProductDetail } from '~/types/product';
import { useProductDetail } from '../stores/useProductDetail';
import AddToCart from './AddToCart';
import AddToQuotation from './AddToQuotation';
-import Link from 'next/link';
import { getAuth } from '~/libs/auth';
type Props = {