commit c194bd539a9e01d083b953ef1e0022da90574339 parent 440cefaa740d02e8700b68f5af0e6fd25683b86c Author: Florian Dold <florian@dold.me> Date: Mon, 28 Mar 2022 20:27:36 +0200 fix import Diffstat:
| M | packages/taler-wallet-webextension/src/wxApi.ts | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/packages/taler-wallet-webextension/src/wxApi.ts b/packages/taler-wallet-webextension/src/wxApi.ts @@ -59,9 +59,9 @@ import { RemoveBackupProviderRequest, TalerError, } from "@gnu-taler/taler-wallet-core"; -import { DepositFee } from "@gnu-taler/taler-wallet-core/src/operations/deposits"; +import type { DepositFee } from "@gnu-taler/taler-wallet-core/src/operations/deposits"; import type { ExchangeWithdrawDetails } from "@gnu-taler/taler-wallet-core/src/operations/withdraw"; -import { platform, MessageFromBackend } from "./platform/api"; +import { platform, MessageFromBackend } from "./platform/api.js"; /** *