From e565eb99c4a127a01a188169a71602e7dcc892b2 Mon Sep 17 00:00:00 2001 From: "nabijonovdavronbek619@gmail.com" Date: Thu, 27 Nov 2025 09:19:11 +0500 Subject: [PATCH] firma portfolio web sayt --- components/ProductsGrid.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/ProductsGrid.tsx b/components/ProductsGrid.tsx index b03aa3e..a2f0b48 100644 --- a/components/ProductsGrid.tsx +++ b/components/ProductsGrid.tsx @@ -8,6 +8,8 @@ import { getAllProducts } from "@/lib/products"; import type { Product } from "@/lib/products"; import { ProductModal } from "./ProductModal"; +// hello everyone + export function ProductsGrid() { const t = useTranslations(); const products = getAllProducts();