diff --git a/src/app/store/reducers/cart/index.js b/src/app/store/reducers/cart/index.js index 7879b5f7..3e32ec3b 100644 --- a/src/app/store/reducers/cart/index.js +++ b/src/app/store/reducers/cart/index.js @@ -6,4 +6,4 @@ import cart from './cart'; export default cart; -export const cartFooter = (state: State) => state.cart; +export const getCart = (state: State) => state.cart;