forked from crowetic/commerce
Changes
This commit is contained in:
parent
5e8cb6e6df
commit
34f270a353
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user