aboutsummaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/pages/home/WalletWithdrawForm.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-12-09 11:58:39 -0300
committerSebastian <sebasjm@gmail.com>2022-12-09 11:58:39 -0300
commitf2b319921c53010446e05ac4f24eef9995f65836 (patch)
tree43d0293b872673855534dbff7158dd94cb67cc3a /packages/demobank-ui/src/pages/home/WalletWithdrawForm.tsx
parentd14eedd2843f1dcbe3fea25214dbda2299378ece (diff)
downloadwallet-core-f2b319921c53010446e05ac4f24eef9995f65836.tar.xz
use translation from commons
Diffstat (limited to 'packages/demobank-ui/src/pages/home/WalletWithdrawForm.tsx')
-rw-r--r--packages/demobank-ui/src/pages/home/WalletWithdrawForm.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/demobank-ui/src/pages/home/WalletWithdrawForm.tsx b/packages/demobank-ui/src/pages/home/WalletWithdrawForm.tsx
index 5304b6273..440d16c6c 100644
--- a/packages/demobank-ui/src/pages/home/WalletWithdrawForm.tsx
+++ b/packages/demobank-ui/src/pages/home/WalletWithdrawForm.tsx
@@ -22,7 +22,7 @@ import { PageStateType, usePageContext } from "../../context/pageState.js";
import {
InternationalizationAPI,
useTranslationContext,
-} from "../../context/translation.js";
+} from "@gnu-taler/web-util/lib/index.browser";
import { BackendState } from "../../hooks/backend.js";
import { prepareHeaders, validateAmount } from "../../utils.js";