From 1a3fe7826f1d75252a62facead9948e343703e02 Mon Sep 17 00:00:00 2001 From: shafi54 <108669266+shafi-aviz@users.noreply.github.com> Date: Sun, 15 Mar 2026 22:38:17 +0530 Subject: [PATCH] enh --- apps/user-ui/components/ProductCard.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/user-ui/components/ProductCard.tsx b/apps/user-ui/components/ProductCard.tsx index 179b4e2..70aec1c 100644 --- a/apps/user-ui/components/ProductCard.tsx +++ b/apps/user-ui/components/ProductCard.tsx @@ -15,6 +15,7 @@ import { import { useProductSlotIdentifier } from '@/hooks/useProductSlotIdentifier'; import { useCartStore } from '@/src/store/cartStore'; import { trpc } from '@/src/trpc-client'; +import { Image as RnImage } from 'react-native' interface ProductCardProps { @@ -129,7 +130,7 @@ const ProductCard: React.FC = ({ activeOpacity={0.9} > - @@ -213,4 +214,4 @@ const ProductCard: React.FC = ({ ); }; -export default ProductCard; \ No newline at end of file +export default ProductCard;