feat(gatsby): Initial gatsby scaffolding

This commit is contained in:
Bouncey
2018-08-23 16:29:26 +01:00
committed by mrugesh mohapatra
parent f0e5633b98
commit cd73528958
72 changed files with 20685 additions and 10032 deletions

7
src/redux/rootReducer.js Normal file
View File

@@ -0,0 +1,7 @@
import { combineReducers } from 'redux';
import { reducer as app } from './';
export default combineReducers({
app
});