From d49960639a61bf0d27bf75a71a7f91077f4e2df6 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 16 Feb 2023 12:13:31 -0300 Subject: module resolution = node16 --- .../merchant-backoffice-ui/src/paths/instance/transfers/list/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/merchant-backoffice-ui/src/paths/instance/transfers') diff --git a/packages/merchant-backoffice-ui/src/paths/instance/transfers/list/index.tsx b/packages/merchant-backoffice-ui/src/paths/instance/transfers/list/index.tsx index 9f2b59efd..8ca469c61 100644 --- a/packages/merchant-backoffice-ui/src/paths/instance/transfers/list/index.tsx +++ b/packages/merchant-backoffice-ui/src/paths/instance/transfers/list/index.tsx @@ -19,7 +19,7 @@ * @author Sebastian Javier Marchano (sebasjm) */ -import { HttpError } from "@gnu-taler/web-util/lib/index.browser.js"; +import { HttpError } from "@gnu-taler/web-util/lib/index.browser"; import { h, VNode } from "preact"; import { useState } from "preact/hooks"; import { Loading } from "../../../../components/exception/loading.js"; -- cgit v1.2.3