chore(client): Move client app to /client
This commit is contained in:
committed by
mrugesh mohapatra
parent
0e4f588a1c
commit
e59ad6ebda
9
client/src/redux/rootReducer.js
Normal file
9
client/src/redux/rootReducer.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import { combineReducers } from 'redux';
|
||||
|
||||
import { reducer as app } from './';
|
||||
import { reducer as flash } from '../components/Flash/redux';
|
||||
|
||||
export default combineReducers({
|
||||
app,
|
||||
flash
|
||||
});
|
Reference in New Issue
Block a user