mirror of
https://github.com/vercel/commerce.git
synced 2025-05-08 02:37:58 +00:00
Your first commit message
This commit is contained in:
parent
8d4cc9a9a7
commit
9d51339980
@ -56,6 +56,7 @@ export async function ThreeItemGrid() {
|
|||||||
<ThreeItemGridItem size="full" item={firstProduct} priority={true} />
|
<ThreeItemGridItem size="full" item={firstProduct} priority={true} />
|
||||||
<ThreeItemGridItem size="half" item={secondProduct} priority={true} />
|
<ThreeItemGridItem size="half" item={secondProduct} priority={true} />
|
||||||
<ThreeItemGridItem size="half" item={thirdProduct} />
|
<ThreeItemGridItem size="half" item={thirdProduct} />
|
||||||
|
<h1>Hello</h1>
|
||||||
</section>
|
</section>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user