From f2b319921c53010446e05ac4f24eef9995f65836 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 9 Dec 2022 11:58:39 -0300 Subject: use translation from commons --- packages/demobank-ui/src/components/picker/DurationPicker.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/demobank-ui/src/components/picker/DurationPicker.tsx') 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 { -- cgit v1.2.3