summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-cli
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-06-15 19:01:05 +0200
committerFlorian Dold <florian@dold.me>2021-06-15 19:01:05 +0200
commit52b8785d95694e373d8efdb2aa1680e51172bd81 (patch)
treea3c628cf14f7f6e648f2bdcc4009ae37326049bc /packages/taler-wallet-cli
parentf0d5fe3ed64f3e608d1685179722a5a859eb0eff (diff)
downloadwallet-core-52b8785d95694e373d8efdb2aa1680e51172bd81.tar.gz
wallet-core-52b8785d95694e373d8efdb2aa1680e51172bd81.tar.bz2
wallet-core-52b8785d95694e373d8efdb2aa1680e51172bd81.zip
adjust imports
Diffstat (limited to 'packages/taler-wallet-cli')
-rw-r--r--packages/taler-wallet-cli/src/index.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/taler-wallet-cli/src/index.ts b/packages/taler-wallet-cli/src/index.ts
index 63b969f18..695f5fd63 100644
--- a/packages/taler-wallet-cli/src/index.ts
+++ b/packages/taler-wallet-cli/src/index.ts
@@ -45,14 +45,14 @@ import {
NodeThreadCryptoWorkerFactory,
CryptoApi,
walletCoreDebugFlags,
- WalletCoreApiClient,
- WalletApiOperation,
handleCoreApiRequest,
runPending,
runUntilDone,
getClientFromWalletState,
+ WalletApiOperation,
+ WalletCoreApiClient,
+ InternalWalletState,
} from "@gnu-taler/taler-wallet-core";
-import { InternalWalletState } from "@gnu-taler/taler-wallet-core/src/operations/state";
// This module also serves as the entry point for the crypto
// thread worker, and thus must expose these two handlers.