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/WalletWithdrawForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/demobank-ui/src/pages/WalletWithdrawForm.tsx') diff --git a/packages/demobank-ui/src/pages/WalletWithdrawForm.tsx b/packages/demobank-ui/src/pages/WalletWithdrawForm.tsx index c57a9b9c2..3a53bbe48 100644 --- a/packages/demobank-ui/src/pages/WalletWithdrawForm.tsx +++ b/packages/demobank-ui/src/pages/WalletWithdrawForm.tsx @@ -24,7 +24,7 @@ import { import { RequestError, useTranslationContext, -} from "@gnu-taler/web-util/lib/index.browser"; +} from "@gnu-taler/web-util/browser"; import { VNode, h } from "preact"; import { useEffect, useRef, useState } from "preact/hooks"; import { useAccessAPI } from "../hooks/access.js"; -- cgit v1.2.3