import React from 'react'; import Products from '@/components/shopify/products'; const Home: React.FC = () => { return ( ); }; export default Home;