mirror of
https://github.com/vercel/commerce.git
synced 2025-03-14 22:42:33 +00:00
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
|
||||
export default function useWishlistActions() {
|
||||
const addItem = useAddItem()
|
||||
const removeItem = useRemoveItem('')
|
||||
const removeItem = useRemoveItem()
|
||||
|
||||
return { addItem, removeItem }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user