This commit is contained in:
okbel
2021-02-18 12:05:25 -03:00
parent 7a300ad8a9
commit d093c9cf9c
3 changed files with 59 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ import useCustomer from '@framework/customer/use-customer'
import useAddItem from '@framework/wishlist/use-add-item'
import useRemoveItem from '@framework/wishlist/use-remove-item'
import useWishlist from '@framework/wishlist/use-add-item'
import type { Product } from '@framework/types'
type Props = {
productId: Product['id']
variant: ProductVariant