From e3f37cc52bf577438fe53f738eebcfe1bd526773 Mon Sep 17 00:00:00 2001 From: Colin Megill Date: Thu, 12 Oct 2017 19:31:40 -0700 Subject: [PATCH] add thunks for async --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a33c9ec1..5032c3de 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,7 @@ "react-redux": "^5.0.6", "react-router-dom": "4.1.2", "redux": "^3.7.2", + "redux-thunk": "^2.2.0", "serve-favicon": "^2.3.0", "urijs": "^1.19.0", "whatwg-fetch": "^2.0.3"