Template
11 lines
256 B
TypeScript
11 lines
256 B
TypeScript
import Products from '@/components/shopify/products';
|
|
|
|
export default function Page() {
|
|
return (
|
|
<Products
|
|
title="Shopify Hydrogen Storefront"
|
|
subtitle="An agent-friendly Shopify storefront built with Next.js and Hydrogen."
|
|
/>
|
|
);
|
|
}
|