UNPKG

@shopgate/engage

Version:
1 lines 318 B
import{combineReducers}from'redux';import config from"../config/config.reducers";import shopSettings from"./shopSettings";import merchantSettings from"./merchantSettings";export{default as app}from"./app";export var settings=combineReducers({config:config,shopSettings:shopSettings,merchantSettings:merchantSettings});