summaryrefslogtreecommitdiffhomepage
path: root/app/app.js
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@codeispoetry.ru>2017-06-19 19:25:56 +0300
committerAndrej Mihajlov <and@codeispoetry.ru>2017-06-22 16:13:54 +0300
commitdb640da0fe748b7255f7b72fbd70459c55c5120d (patch)
tree32c1c9a82bec8d8e4d40b96926ed8ca1a875eeb3 /app/app.js
parentcb247f4878d3bb7926381eac2da005bea0036130 (diff)
downloadmullvadvpn-db640da0fe748b7255f7b72fbd70459c55c5120d.tar.xz
mullvadvpn-db640da0fe748b7255f7b72fbd70459c55c5120d.zip
Add Flow annotations for Redux store
Diffstat (limited to 'app/app.js')
-rw-r--r--app/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/app.js b/app/app.js
index c3d5acbcb8..f63a24733f 100644
--- a/app/app.js
+++ b/app/app.js
@@ -17,7 +17,7 @@ import mapBackendEventsToRouter from './lib/backend-routing';
import type { LoginState, ConnectionState } from './enums';
import type { TrayIconType } from './lib/tray-icon-manager';
-const initialState = {};
+const initialState = null;
const memoryHistory = createMemoryHistory();
const store = configureStore(initialState, memoryHistory);
const backend = new Backend();