diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-08-01 12:57:16 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-08-07 16:31:27 +0200 |
| commit | 12d85dfdc71fddb2a6228afd2e0917666415eb06 (patch) | |
| tree | 0df2ad192fdd3ace61a486d017073319f1665ff6 /app/app.js | |
| parent | 217c22bcd36ab689a8be1713a0f943424d6026a6 (diff) | |
| download | mullvadvpn-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.js | 2 |
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'; |
