From 52b8785d95694e373d8efdb2aa1680e51172bd81 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 15 Jun 2021 19:01:05 +0200 Subject: adjust imports --- packages/taler-wallet-cli/src/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/taler-wallet-cli/src/index.ts') 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. -- cgit v1.2.3