Fix build errors

This commit is contained in:
Michael Bromley
2021-05-27 13:37:57 +02:00
parent a6cfea0d28
commit 45c0f28639
12 changed files with 48 additions and 19 deletions

View File

@@ -0,0 +1,2 @@
export type WishlistItem = { product: any; id: number }
export default function () {}