forked from crowetic/commerce
Fixed type
This commit is contained in:
parent
3c45f254da
commit
008c80766a
@ -5,7 +5,7 @@ import useRemoveItem from './use-remove-item'
|
|||||||
// to show how a commerce should be structuring it
|
// to show how a commerce should be structuring it
|
||||||
export default function useWishlistActions() {
|
export default function useWishlistActions() {
|
||||||
const addItem = useAddItem()
|
const addItem = useAddItem()
|
||||||
const removeItem = useRemoveItem('')
|
const removeItem = useRemoveItem()
|
||||||
|
|
||||||
return { addItem, removeItem }
|
return { addItem, removeItem }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user