feat(gatsby): Initial gatsby scaffolding
This commit is contained in:
committed by
mrugesh mohapatra
parent
f0e5633b98
commit
cd73528958
7
src/redux/rootReducer.js
Normal file
7
src/redux/rootReducer.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import { combineReducers } from 'redux';
|
||||
|
||||
import { reducer as app } from './';
|
||||
|
||||
export default combineReducers({
|
||||
app
|
||||
});
|
Reference in New Issue
Block a user