diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-10-24 10:12:11 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-10-24 10:12:11 +0700 |
| commit | 17d4827393616734a37ff7b43b0f697283271164 (patch) | |
| tree | 5760aa730dd7557abe387c5428e31af38ce62427 /src-migrate | |
| parent | 5f0f6b865bafd1570b24b8caffdb992ffbb476fc (diff) | |
<iman> avoid error code
Diffstat (limited to 'src-migrate')
| -rw-r--r-- | src-migrate/modules/product-detail/components/PriceAction.tsx | 1 |
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 = { |
