adjust imports
This commit is contained in:
parent
f0d5fe3ed6
commit
52b8785d95
@ -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.
|
||||
|
@ -48,5 +48,6 @@ export * from "./crypto/talerCrypto.js";
|
||||
export * from "./pending-types.js";
|
||||
|
||||
export * from "./util/debugFlags.js";
|
||||
|
||||
export { InternalWalletState } from "./operations/state.js";
|
||||
export * from "./wallet-api-types.js";
|
||||
export * from "./wallet.js";
|
||||
|
Loading…
Reference in New Issue
Block a user