From a70d37ef1675b53241f707c6730fab1537bd9d24 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 17 Jun 2021 15:49:05 +0200 Subject: towards factoring out cyclic dependencies --- packages/taler-wallet-core/src/headless/helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-core/src/headless/helpers.ts') diff --git a/packages/taler-wallet-core/src/headless/helpers.ts b/packages/taler-wallet-core/src/headless/helpers.ts index 8125ef6b0..c05d60497 100644 --- a/packages/taler-wallet-core/src/headless/helpers.ts +++ b/packages/taler-wallet-core/src/headless/helpers.ts @@ -35,7 +35,7 @@ import { Logger } from "@gnu-taler/taler-util"; import { SynchronousCryptoWorkerFactory } from "../crypto/workers/synchronousWorker"; import type { IDBFactory } from "@gnu-taler/idb-bridge"; import { WalletNotification } from "@gnu-taler/taler-util"; -import { InternalWalletState } from "../operations/state.js"; +import { InternalWalletState } from "../common.js"; const logger = new Logger("headless/helpers.ts"); -- cgit v1.2.3