diff options
Diffstat (limited to 'app/components')
| -rw-r--r-- | app/components/Account.js | 2 | ||||
| -rw-r--r-- | app/components/Login.js | 2 | ||||
| -rw-r--r-- | app/components/SelectLocation.js | 2 |
3 files changed, 3 insertions, 3 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, diff --git a/app/components/Login.js b/app/components/Login.js index dd297c8e9c..d15681c58b 100644 --- a/app/components/Login.js +++ b/app/components/Login.js @@ -11,7 +11,7 @@ import styles from './LoginStyles'; import { colors } from '../config'; import type { AccountReduxState } from '../redux/account/reducers'; -import type { AccountToken } from '../lib/ipc-facade'; +import type { AccountToken } from '../lib/daemon-rpc'; export type Props = { account: AccountReduxState, 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, |
