aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/src/paths/instance/transfers/list/index.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-02-16 12:13:31 -0300
committerSebastian <sebasjm@gmail.com>2023-02-16 12:13:31 -0300
commitd49960639a61bf0d27bf75a71a7f91077f4e2df6 (patch)
treece2805e4e903210b782333f94877f90c4e3647f7 /packages/merchant-backoffice-ui/src/paths/instance/transfers/list/index.tsx
parenteca3819bcdf8f2a715c1f5e212ab4d81e3bbfd45 (diff)
downloadwallet-core-d49960639a61bf0d27bf75a71a7f91077f4e2df6.tar.xz
module resolution = node16
Diffstat (limited to 'packages/merchant-backoffice-ui/src/paths/instance/transfers/list/index.tsx')
-rw-r--r--packages/merchant-backoffice-ui/src/paths/instance/transfers/list/index.tsx2
1 files changed, 1 insertions, 1 deletions
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";