fix import

This commit is contained in:
Florian Dold 2022-03-28 20:27:36 +02:00
parent 440cefaa74
commit c194bd539a
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -59,9 +59,9 @@ import {
RemoveBackupProviderRequest, RemoveBackupProviderRequest,
TalerError, TalerError,
} from "@gnu-taler/taler-wallet-core"; } 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 type { ExchangeWithdrawDetails } from "@gnu-taler/taler-wallet-core/src/operations/withdraw";
import { platform, MessageFromBackend } from "./platform/api"; import { platform, MessageFromBackend } from "./platform/api.js";
/** /**
* *