Update, built Contact Page
This commit is contained in:
12
public/reducers/rootReducer.js
Normal file
12
public/reducers/rootReducer.js
Normal file
@ -0,0 +1,12 @@
|
||||
'use strict';
|
||||
import {combineReducers} from 'redux';
|
||||
|
||||
//Import Reducers
|
||||
|
||||
//Create our Reducer
|
||||
const rootReducer = combineReducers({
|
||||
|
||||
});
|
||||
|
||||
//Export the root reducer
|
||||
export default rootReducer;
|
Reference in New Issue
Block a user