summaryrefslogtreecommitdiffhomepage
path: root/app/components/SelectLocation.js
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2018-07-03 13:39:18 +0200
committerAndrej Mihajlov <and@mullvad.net>2018-07-03 13:39:18 +0200
commit38968509b59329f2d0743312fc8f9a4f98daa66c (patch)
treef6e5f8b4f8dc72ae1bae0ddfe715b8094deb3750 /app/components/SelectLocation.js
parentbe096ee87bb1256b67c3b24b61be77d523aff9cc (diff)
parentb3a6f58d7027e5961180b52d6473f7f504638284 (diff)
downloadmullvadvpn-38968509b59329f2d0743312fc8f9a4f98daa66c.tar.xz
mullvadvpn-38968509b59329f2d0743312fc8f9a4f98daa66c.zip
Merge branch 'app-overhaul'
Diffstat (limited to 'app/components/SelectLocation.js')
-rw-r--r--app/components/SelectLocation.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/SelectLocation.js b/app/components/SelectLocation.js
index 5864ed55a3..14d0a04f9c 100644
--- a/app/components/SelectLocation.js
+++ b/app/components/SelectLocation.js
@@ -14,7 +14,7 @@ import type {
RelayLocationRedux,
RelayLocationCityRedux,
} from '../redux/settings/reducers';
-import type { RelayLocation } from '../lib/ipc-facade';
+import type { RelayLocation } from '../lib/daemon-rpc';
export type SelectLocationProps = {
settings: SettingsReduxState,