From e951075d2ef52fa8e9e7489c62031777c3a7e66b Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 19 Feb 2024 18:05:48 +0100 Subject: wallet-core: flatten directory structure --- packages/taler-wallet-core/src/db.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/taler-wallet-core/src/db.ts') diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts index f7fd8400d..12801194f 100644 --- a/packages/taler-wallet-core/src/db.ts +++ b/packages/taler-wallet-core/src/db.ts @@ -60,7 +60,7 @@ import { WithdrawalExchangeAccountDetails, codecForAny, } from "@gnu-taler/taler-util"; -import { DbRetryInfo, TaskIdentifiers } from "./operations/common.js"; +import { DbRetryInfo, TaskIdentifiers } from "./common.js"; import { DbAccess, DbReadOnlyTransaction, @@ -74,7 +74,7 @@ import { describeStore, describeStoreV2, openDatabase, -} from "./util/query.js"; +} from "./query.js"; /** * This file contains the database schema of the Taler wallet together -- cgit v1.2.3