From e6c26520f836de61d77af5c5172cafd2a7e80a02 Mon Sep 17 00:00:00 2001 From: Monique Cheng Date: Wed, 17 Apr 2024 14:21:35 -0700 Subject: [PATCH] test --- src/app/storefront/productButtons.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/storefront/productButtons.tsx b/src/app/storefront/productButtons.tsx index 0cc824b7..a3576ec7 100644 --- a/src/app/storefront/productButtons.tsx +++ b/src/app/storefront/productButtons.tsx @@ -9,7 +9,7 @@ import { } from '../../api/supabase/queries/product_queries'; import { Product } from '../../schema/schema'; - +/* hello */ export default function ProductButtons(props: { value: string; setFiltredProducts: (category: Product[]) => void;