Initial QSfera import
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { combineReducers } from 'redux';
|
||||
|
||||
import commonReducer from './common';
|
||||
import loginReducer from './login';
|
||||
|
||||
const rootReducer = combineReducers({
|
||||
common: commonReducer,
|
||||
login: loginReducer
|
||||
});
|
||||
|
||||
export default rootReducer;
|
||||
Reference in New Issue
Block a user