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/components/picker/DurationPicker.tsx | |
parent | d14eedd2843f1dcbe3fea25214dbda2299378ece (diff) |
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.tsx | 2 |
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 { |