From 5e96bb487fb5e700aa3078558a6cddd146cb7d6e Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 2 Jun 2021 10:58:37 -0300 Subject: remove references to the index.ts in the import --- packages/taler-wallet-core/src/operations/backup/state.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/taler-wallet-core/src/operations/backup/state.ts') diff --git a/packages/taler-wallet-core/src/operations/backup/state.ts b/packages/taler-wallet-core/src/operations/backup/state.ts index e2a0f4cf3..d69eaaa60 100644 --- a/packages/taler-wallet-core/src/operations/backup/state.ts +++ b/packages/taler-wallet-core/src/operations/backup/state.ts @@ -15,9 +15,10 @@ */ import { Timestamp } from "@gnu-taler/taler-util"; +import { encodeCrock, getRandomBytes } from "../../crypto/talerCrypto.js"; import { ConfigRecord, Stores } from "../../db.js"; -import { getRandomBytes, encodeCrock, TransactionHandle } from "../../index.js"; import { checkDbInvariant } from "../../util/invariants"; +import { TransactionHandle } from "../../util/query.js"; import { InternalWalletState } from "../state"; export interface WalletBackupConfState { -- cgit v1.2.3