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;