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();