aboutsummaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/components/picker/DurationPicker.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/components/picker/DurationPicker.tsx
parentd14eedd2843f1dcbe3fea25214dbda2299378ece (diff)
downloadwallet-core-f2b319921c53010446e05ac4f24eef9995f65836.tar.xz
use translation from commons
Diffstat (limited to 'packages/demobank-ui/src/components/picker/DurationPicker.tsx')
-rw-r--r--packages/demobank-ui/src/components/picker/DurationPicker.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/demobank-ui/src/components/picker/DurationPicker.tsx b/packages/demobank-ui/src/components/picker/DurationPicker.tsx
index 677c3ecd7..973f2f507 100644
--- a/packages/demobank-ui/src/components/picker/DurationPicker.tsx
+++ b/packages/demobank-ui/src/components/picker/DurationPicker.tsx
@@ -21,7 +21,7 @@
import { h, VNode } from "preact";
import { useState } from "preact/hooks";
-import { useTranslationContext } from "../../context/translation.js";
+import { useTranslationContext } from "@gnu-taler/web-util/lib/index.browser";
import "../../scss/DurationPicker.scss";
export interface Props {