From 1c7e2ab19304bd5eab4052cb72b1b0a68bb90a1d Mon Sep 17 00:00:00 2001 From: HenryNguyen5 Date: Fri, 2 Feb 2018 17:21:30 -0500 Subject: [PATCH] Include typing for app state --- common/reducers/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/reducers/index.ts b/common/reducers/index.ts index 73122d55..e29992df 100644 --- a/common/reducers/index.ts +++ b/common/reducers/index.ts @@ -28,7 +28,7 @@ export interface AppState { transaction: TransactionState; } -export default combineReducers({ +export default combineReducers({ config, swap, notifications,