diff options
author | Florian Dold <florian@dold.me> | 2021-06-15 19:01:05 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-06-15 19:01:05 +0200 |
commit | 52b8785d95694e373d8efdb2aa1680e51172bd81 (patch) | |
tree | a3c628cf14f7f6e648f2bdcc4009ae37326049bc /packages/taler-wallet-cli | |
parent | f0d5fe3ed64f3e608d1685179722a5a859eb0eff (diff) |
adjust imports
Diffstat (limited to 'packages/taler-wallet-cli')
-rw-r--r-- | packages/taler-wallet-cli/src/index.ts | 6 |
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. |