From e6a95d246d14a8968833ce7dcfdf0e7622a610ee Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 4 Nov 2022 10:24:29 -0300 Subject: fix imports --- packages/merchant-backoffice-ui/src/utils/amount.ts | 2 +- packages/merchant-backoffice-ui/src/utils/table.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/merchant-backoffice-ui/src/utils') diff --git a/packages/merchant-backoffice-ui/src/utils/amount.ts b/packages/merchant-backoffice-ui/src/utils/amount.ts index 1cfd5c1d1..575d70d87 100644 --- a/packages/merchant-backoffice-ui/src/utils/amount.ts +++ b/packages/merchant-backoffice-ui/src/utils/amount.ts @@ -14,7 +14,7 @@ GNU Taler; see the file COPYING. If not, see */ import { amountFractionalBase, AmountJson, Amounts } from "@gnu-taler/taler-util"; -import { MerchantBackend } from "../declaration"; +import { MerchantBackend } from "../declaration.js"; /** * sums two prices, diff --git a/packages/merchant-backoffice-ui/src/utils/table.ts b/packages/merchant-backoffice-ui/src/utils/table.ts index 198c46543..4ebd95807 100644 --- a/packages/merchant-backoffice-ui/src/utils/table.ts +++ b/packages/merchant-backoffice-ui/src/utils/table.ts @@ -14,7 +14,7 @@ GNU Taler; see the file COPYING. If not, see */ -import { WithId } from "../declaration"; +import { WithId } from "../declaration.js"; /** * -- cgit v1.2.3