Added language support

This commit is contained in:
2018-03-10 22:25:03 +11:00
parent c24c29c899
commit 370b556ed1
7 changed files with 113 additions and 15 deletions

View File

@ -2,10 +2,11 @@
import {combineReducers} from 'redux';
//Import Reducers
import language from './language';
//Create our Reducer
const rootReducer = combineReducers({
language
});
//Export the root reducer