new features added

This commit is contained in:
nabijonovdavronbek619@gmail.com
2025-12-24 14:21:51 +05:00
parent 85f6a45440
commit fed245bfa3

View File

@@ -14,7 +14,7 @@ interface ProductModalProps {
onClose: () => void;
}
// for github
// for github firma repo
export function ProductModal({ product, onClose }: ProductModalProps) {
const { t, language } = useLanguage();