aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/src/paths/instance/details
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/details
parenteca3819bcdf8f2a715c1f5e212ab4d81e3bbfd45 (diff)
module resolution = node16
Diffstat (limited to 'packages/merchant-backoffice-ui/src/paths/instance/details')
-rw-r--r--packages/merchant-backoffice-ui/src/paths/instance/details/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/merchant-backoffice-ui/src/paths/instance/details/index.tsx b/packages/merchant-backoffice-ui/src/paths/instance/details/index.tsx
index 8f7d9b136..25d37a5cb 100644
--- a/packages/merchant-backoffice-ui/src/paths/instance/details/index.tsx
+++ b/packages/merchant-backoffice-ui/src/paths/instance/details/index.tsx
@@ -13,7 +13,7 @@
You should have received a copy of the GNU General Public License along with
GNU Taler; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
-import { HttpError } from "@gnu-taler/web-util/lib/index.browser.js";
+import { HttpError } from "@gnu-taler/web-util/lib/index.browser";
import { Fragment, h, VNode } from "preact";
import { useState } from "preact/hooks";
import { Loading } from "../../../components/exception/loading.js";