UNPKG

@shopgate/pwa-common-commerce

Version:

Commerce library for the Shopgate Connect PWA.

1 lines 159 B
import{combineReducers}from'redux';import products from"./products";import lists from"./lists";export default combineReducers({products:products,lists:lists});