From 5ff5a686e4f15dea839b18fda9275687557d23a7 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 8 Feb 2021 15:38:34 +0100 Subject: organize imports --- packages/taler-wallet-core/src/operations/withdraw.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-core/src/operations/withdraw.ts') diff --git a/packages/taler-wallet-core/src/operations/withdraw.ts b/packages/taler-wallet-core/src/operations/withdraw.ts index 936b53954..f8748142f 100644 --- a/packages/taler-wallet-core/src/operations/withdraw.ts +++ b/packages/taler-wallet-core/src/operations/withdraw.ts @@ -31,11 +31,11 @@ import { ExchangeWithdrawDetails, TalerErrorDetails, ExchangeListItem, + WithdrawUriInfoResponse, } from "../types/walletTypes"; import { codecForWithdrawOperationStatusResponse, codecForWithdrawResponse, - WithdrawUriInfoResponse, WithdrawResponse, codecForTalerConfigResponse, } from "../types/talerTypes"; -- cgit v1.2.3