From e90991973c359f1aca5bd34b3344e0295dae0c5d Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 5 May 2023 08:36:48 -0300 Subject: update web-utils imports --- packages/demobank-ui/src/components/LangSelector.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/demobank-ui/src/components/LangSelector.tsx') diff --git a/packages/demobank-ui/src/components/LangSelector.tsx b/packages/demobank-ui/src/components/LangSelector.tsx index 574f42814..9680344cb 100644 --- a/packages/demobank-ui/src/components/LangSelector.tsx +++ b/packages/demobank-ui/src/components/LangSelector.tsx @@ -21,7 +21,7 @@ import { Fragment, h, VNode } from "preact"; import { useEffect, useState } from "preact/hooks"; -import { useTranslationContext } from "@gnu-taler/web-util/lib/index.browser"; +import { useTranslationContext } from "@gnu-taler/web-util/browser"; import { strings as messages } from "../i18n/strings.js"; type LangsNames = { -- cgit v1.2.3