New changes and initial Features API

This commit is contained in:
okbel
2021-02-12 17:10:17 -03:00
parent 4dd2c3fde0
commit de64b6d991
9 changed files with 30 additions and 20 deletions

View File

@@ -7,7 +7,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

View File

@@ -0,0 +1 @@
export { default } from './WishlistButton'