Include typing for app state

This commit is contained in:
HenryNguyen5 2018-02-02 17:21:30 -05:00
parent 6157208557
commit 1c7e2ab193
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ export interface AppState {
transaction: TransactionState;
}
export default combineReducers({
export default combineReducers<AppState>({
config,
swap,
notifications,