1
0
mirror of https://github.com/vercel/commerce.git synced 2025-05-24 02:17:01 +00:00
This commit is contained in:
Belen Curcio 2020-10-24 16:57:10 -03:00
parent 5e8cb6e6df
commit 34f270a353
2 changed files with 1 additions and 2 deletions
components/product
pages

@ -1 +0,0 @@
import { Colors } from '@components/ui/types'

@ -40,7 +40,7 @@ export default function Home({
</h2>
<div className="group flex flex-col">
{[1, 2, 3, 4, 5, 6].map((i) => (
<WishlistCard />
<WishlistCard key={i} />
))}
</div>
</div>