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/pages/Routing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/demobank-ui/src/pages/Routing.tsx') diff --git a/packages/demobank-ui/src/pages/Routing.tsx b/packages/demobank-ui/src/pages/Routing.tsx index d3aaae542..64f9b1208 100644 --- a/packages/demobank-ui/src/pages/Routing.tsx +++ b/packages/demobank-ui/src/pages/Routing.tsx @@ -14,7 +14,7 @@ GNU Taler; see the file COPYING. If not, see */ -import { useTranslationContext } from "@gnu-taler/web-util/lib/index.browser"; +import { useTranslationContext } from "@gnu-taler/web-util/browser"; import { createHashHistory } from "history"; import { VNode, h } from "preact"; import { Route, Router, route } from "preact-router"; -- cgit v1.2.3