From 85f6a45440d655ad81b2ce805aa1da597eae56cd Mon Sep 17 00:00:00 2001 From: "nabijonovdavronbek619@gmail.com" Date: Wed, 24 Dec 2025 14:20:04 +0500 Subject: [PATCH] added backend and fix:product card , modal updated to backend --- components/productSection/ProductModal.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/productSection/ProductModal.tsx b/components/productSection/ProductModal.tsx index 59dd8cf..be0331a 100644 --- a/components/productSection/ProductModal.tsx +++ b/components/productSection/ProductModal.tsx @@ -14,6 +14,8 @@ interface ProductModalProps { onClose: () => void; } +// for github + export function ProductModal({ product, onClose }: ProductModalProps) { const { t, language } = useLanguage(); const setProductName = useProductStore((state) => state.setProductName);