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/containers/SelectLocationPage.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/containers/SelectLocationPage.js')
| -rw-r--r-- | app/containers/SelectLocationPage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/containers/SelectLocationPage.js b/app/containers/SelectLocationPage.js index affe04dfc0..6307e9421b 100644 --- a/app/containers/SelectLocationPage.js +++ b/app/containers/SelectLocationPage.js @@ -2,7 +2,7 @@ import { connect } from 'react-redux'; import { bindActionCreators } from 'redux'; -import { push } from 'react-router-redux'; +import { push } from 'connected-react-router'; import SelectLocation from '../components/SelectLocation'; import RelaySettingsBuilder from '../lib/relay-settings-builder'; import { log } from '../lib/platform'; |
