mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Changes
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
import { Colors } from '@components/ui/types'
|
|
@@ -40,7 +40,7 @@ export default function Home({
|
|||||||
</h2>
|
</h2>
|
||||||
<div className="group flex flex-col">
|
<div className="group flex flex-col">
|
||||||
{[1, 2, 3, 4, 5, 6].map((i) => (
|
{[1, 2, 3, 4, 5, 6].map((i) => (
|
||||||
<WishlistCard />
|
<WishlistCard key={i} />
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user