aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/cta/InvoicePay/views.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-09-13 11:07:39 -0300
committerSebastian <sebasjm@gmail.com>2022-09-13 11:09:04 -0300
commitf9f2911c761af1c8ed1c323dcd414cbaa9eeae7c (patch)
tree13659dc1fda0d9e4d745bc416f894a5a90d81e75 /packages/taler-wallet-webextension/src/cta/InvoicePay/views.tsx
parentd9bc32e0d1358c78449eb3da48e26e2ead873050 (diff)
downloadwallet-core-f9f2911c761af1c8ed1c323dcd414cbaa9eeae7c.tar.xz
adding missing i18n
Diffstat (limited to 'packages/taler-wallet-webextension/src/cta/InvoicePay/views.tsx')
-rw-r--r--packages/taler-wallet-webextension/src/cta/InvoicePay/views.tsx11
1 files changed, 2 insertions, 9 deletions
diff --git a/packages/taler-wallet-webextension/src/cta/InvoicePay/views.tsx b/packages/taler-wallet-webextension/src/cta/InvoicePay/views.tsx
index 21b666abd..8484680bf 100644
--- a/packages/taler-wallet-webextension/src/cta/InvoicePay/views.tsx
+++ b/packages/taler-wallet-webextension/src/cta/InvoicePay/views.tsx
@@ -14,23 +14,16 @@
GNU Taler; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
-import { Amounts, PreparePayResultType } from "@gnu-taler/taler-util";
import { Fragment, h, VNode } from "preact";
import { Amount } from "../../components/Amount.js";
import { ErrorTalerOperation } from "../../components/ErrorTalerOperation.js";
import { LoadingError } from "../../components/LoadingError.js";
import { LogoHeader } from "../../components/LogoHeader.js";
import { Part } from "../../components/Part.js";
-import {
- Link,
- SubTitle,
- WalletAction,
- WarningBox,
-} from "../../components/styled/index.js";
+import { Link, SubTitle, WalletAction } from "../../components/styled/index.js";
import { Time } from "../../components/Time.js";
import { useTranslationContext } from "../../context/translation.js";
-import { Button } from "../../mui/Button.js";
-import { ButtonsSection, PayWithMobile } from "../Payment/views.js";
+import { ButtonsSection } from "../Payment/views.js";
import { State } from "./index.js";
export function LoadingUriView({ error }: State.LoadingUriError): VNode {