aboutsummaryrefslogtreecommitdiff
path: root/src/webex/pages/payback.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/webex/pages/payback.tsx')
-rw-r--r--src/webex/pages/payback.tsx13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/webex/pages/payback.tsx b/src/webex/pages/payback.tsx
index e10da7b05..4aadf5add 100644
--- a/src/webex/pages/payback.tsx
+++ b/src/webex/pages/payback.tsx
@@ -24,25 +24,14 @@
/**
* Imports.
*/
-import { amountToPretty, getTalerStampDate } from "../../helpers";
+import { amountToPretty } from "../../helpers";
import {
- AuditorRecord,
- CoinRecord,
- CurrencyRecord,
- Denomination,
- DenominationRecord,
- ExchangeForCurrencyRecord,
- ExchangeRecord,
- PreCoinRecord,
ReserveRecord,
- WalletBalance,
} from "../../types";
import { ImplicitStateComponent, StateHolder } from "../components";
import {
- getCurrencies,
getPaybackReserves,
- updateCurrency,
withdrawPaybackReserve,
} from "../wxApi";