diff options
author | Sebastian <sebasjm@gmail.com> | 2022-12-09 11:58:39 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2022-12-09 11:58:39 -0300 |
commit | f2b319921c53010446e05ac4f24eef9995f65836 (patch) | |
tree | 43d0293b872673855534dbff7158dd94cb67cc3a /packages/demobank-ui/src/pages/home/QrCodeSection.tsx | |
parent | d14eedd2843f1dcbe3fea25214dbda2299378ece (diff) |
use translation from commons
Diffstat (limited to 'packages/demobank-ui/src/pages/home/QrCodeSection.tsx')
-rw-r--r-- | packages/demobank-ui/src/pages/home/QrCodeSection.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/demobank-ui/src/pages/home/QrCodeSection.tsx b/packages/demobank-ui/src/pages/home/QrCodeSection.tsx index 4199ead86..531df75bc 100644 --- a/packages/demobank-ui/src/pages/home/QrCodeSection.tsx +++ b/packages/demobank-ui/src/pages/home/QrCodeSection.tsx @@ -17,7 +17,7 @@ import { h, VNode } from "preact"; import { useEffect } from "preact/hooks"; import { QR } from "../../components/QR.js"; -import { useTranslationContext } from "../../context/translation.js"; +import { useTranslationContext } from "@gnu-taler/web-util/lib/index.browser"; export function QrCodeSection({ talerWithdrawUri, |