UNPKG

@shopgate/engage

Version:
10 lines 313 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 const settings = combineReducers({ config, shopSettings, merchantSettings });