From fed245bfa3d6e850268abb388b7393d775aa320e Mon Sep 17 00:00:00 2001 From: "nabijonovdavronbek619@gmail.com" Date: Wed, 24 Dec 2025 14:21:51 +0500 Subject: [PATCH] new features added --- components/productSection/ProductModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/productSection/ProductModal.tsx b/components/productSection/ProductModal.tsx index be0331a..32038c8 100644 --- a/components/productSection/ProductModal.tsx +++ b/components/productSection/ProductModal.tsx @@ -14,7 +14,7 @@ interface ProductModalProps { onClose: () => void; } -// for github +// for github firma repo export function ProductModal({ product, onClose }: ProductModalProps) { const { t, language } = useLanguage();