Initial commit
This commit is contained in:
10
app/page.tsx
Normal file
10
app/page.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from 'react';
|
||||
import Products from '@/components/shopify/products';
|
||||
|
||||
const Home: React.FC = () => {
|
||||
return (
|
||||
<Products />
|
||||
);
|
||||
};
|
||||
|
||||
export default Home;
|
||||
Reference in New Issue
Block a user