mirror of
https://github.com/harivansh-afk/GymSupps.git
synced 2026-04-15 09:01:16 +00:00
hotfix: shoppify hydrogen initialization with mock data
This commit is contained in:
parent
357979d0af
commit
4e59c6866d
15 changed files with 6510 additions and 115 deletions
7
src/pages/Products.tsx
Normal file
7
src/pages/Products.tsx
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import React from 'react';
|
||||
import { ShopifyProductGrid } from '../components/ShopifyProductGrid';
|
||||
import { mockProducts } from '../data/mockShopifyProducts';
|
||||
|
||||
export const ProductsPage: React.FC = () => {
|
||||
return <ShopifyProductGrid products={mockProducts} />;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue