diff options
author | Sebastian <sebasjm@gmail.com> | 2023-02-28 19:03:43 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2023-02-28 19:03:43 -0300 |
commit | 9922192b0dba2e479b5af3e29c1d44b98e4d29d7 (patch) | |
tree | 260f2836892b93188bf17e30b2024ccea21262dd /packages/demobank-ui/src/pages/PaymentOptions.tsx | |
parent | 740849dd89e3746fdc34c3a112288dbfe4bd7220 (diff) |
fix #7729
Diffstat (limited to 'packages/demobank-ui/src/pages/PaymentOptions.tsx')
-rw-r--r-- | packages/demobank-ui/src/pages/PaymentOptions.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/demobank-ui/src/pages/PaymentOptions.tsx b/packages/demobank-ui/src/pages/PaymentOptions.tsx index dd04ed6e2..610efafc0 100644 --- a/packages/demobank-ui/src/pages/PaymentOptions.tsx +++ b/packages/demobank-ui/src/pages/PaymentOptions.tsx @@ -14,12 +14,12 @@ GNU Taler; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ +import { useTranslationContext } from "@gnu-taler/web-util/lib/index.browser"; import { h, VNode } from "preact"; import { useState } from "preact/hooks"; -import { useTranslationContext } from "@gnu-taler/web-util/lib/index.browser"; +import { PageStateType, usePageContext } from "../context/pageState.js"; import { PaytoWireTransferForm } from "./PaytoWireTransferForm.js"; import { WalletWithdrawForm } from "./WalletWithdrawForm.js"; -import { PageStateType, usePageContext } from "../context/pageState.js"; /** * Let the user choose a payment option, |