summaryrefslogtreecommitdiffhomepage
path: root/app/components/Account.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/Account.js
parentbe096ee87bb1256b67c3b24b61be77d523aff9cc (diff)
parentb3a6f58d7027e5961180b52d6473f7f504638284 (diff)
downloadmullvadvpn-38968509b59329f2d0743312fc8f9a4f98daa66c.tar.xz
mullvadvpn-38968509b59329f2d0743312fc8f9a4f98daa66c.zip
Merge branch 'app-overhaul'
Diffstat (limited to 'app/components/Account.js')
-rw-r--r--app/components/Account.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/Account.js b/app/components/Account.js
index fc72ff5b30..f8ea3dc19b 100644
--- a/app/components/Account.js
+++ b/app/components/Account.js
@@ -8,7 +8,7 @@ import styles from './AccountStyles';
import Img from './Img';
import { formatAccount } from '../lib/formatters';
-import type { AccountToken } from '../lib/ipc-facade';
+import type { AccountToken } from '../lib/daemon-rpc';
export type AccountProps = {
accountToken: AccountToken,