Skip to content

Commit 017e4c7

Browse files
author
Egor Mesyats
authored
naming fix: updateCart -> updateCartItem (#11)
1 parent 60c5749 commit 017e4c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export { default as home } from './home'
22
export { default as addToCart } from './cart/addToCart'
3-
export { default as updateCart } from './cart/updateCartItem'
3+
export { default as updateCartItem } from './cart/updateCartItem'
44
export { default as removeCartItem } from './cart/removeCartItem'
55
export { default as cart } from './cart'
66
export { default as fetchWithGraphQl } from './fetchWithGraphQl'

0 commit comments

Comments
 (0)