Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Monique Cheng committed Apr 17, 2024
1 parent 692a0f7 commit e6c2652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/storefront/productButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e6c2652

Please sign in to comment.