UNPKG

@shopgate/pwa-common

Version:

Common library for the Shopgate Connect PWA.

7 lines 149 B
import { combineReducers } from 'redux'; import login from "./login"; import data from "./data"; export default combineReducers({ login, data });