summaryrefslogtreecommitdiffhomepage
path: root/app/app.js
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2018-08-01 12:57:16 +0200
committerAndrej Mihajlov <and@mullvad.net>2018-08-07 16:31:27 +0200
commit12d85dfdc71fddb2a6228afd2e0917666415eb06 (patch)
tree0df2ad192fdd3ace61a486d017073319f1665ff6 /app/app.js
parent217c22bcd36ab689a8be1713a0f943424d6026a6 (diff)
downloadmullvadvpn-12d85dfdc71fddb2a6228afd2e0917666415eb06.tar.xz
mullvadvpn-12d85dfdc71fddb2a6228afd2e0917666415eb06.zip
Migrate to connected-react-router
Since react-router-redux is deprecated
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 eb9c9c2647..501bfac780 100644
--- a/app/app.js
+++ b/app/app.js
@@ -3,7 +3,7 @@
import React from 'react';
import { bindActionCreators } from 'redux';
import { Provider } from 'react-redux';
-import { ConnectedRouter, push as pushHistory } from 'react-router-redux';
+import { ConnectedRouter, push as pushHistory } from 'connected-react-router';
import { createMemoryHistory } from 'history';
import { webFrame, ipcRenderer } from 'electron';