From 1cde390c23f2668a3777752632c48febd10a28ee Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 14 Jun 2021 16:08:58 +0200 Subject: fix up imports, no more esm in tests --- packages/taler-wallet-core/src/operations/state.ts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'packages/taler-wallet-core/src/operations/state.ts') diff --git a/packages/taler-wallet-core/src/operations/state.ts b/packages/taler-wallet-core/src/operations/state.ts index 9bf73142c..66baa95a4 100644 --- a/packages/taler-wallet-core/src/operations/state.ts +++ b/packages/taler-wallet-core/src/operations/state.ts @@ -22,16 +22,12 @@ import { BalancesResponse, Logger, } from "@gnu-taler/taler-util"; +import { CryptoApi, CryptoWorkerFactory } from "../crypto/workers/cryptoApi.js"; import { WalletStoresV1 } from "../db.js"; -import { - CryptoApi, - OpenedPromise, - CryptoWorkerFactory, - openPromise, -} from "../index.js"; import { PendingOperationsResponse } from "../pending-types.js"; import { AsyncOpMemoMap, AsyncOpMemoSingle } from "../util/asyncMemo.js"; import { HttpRequestLibrary } from "../util/http"; +import { OpenedPromise, openPromise } from "../util/promiseUtils.js"; import { DbAccess } from "../util/query.js"; type NotificationListener = (n: WalletNotification) => void; -- cgit v1.2.3