summaryrefslogtreecommitdiff
path: root/packages/taler-util/src/helpers.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-util/src/helpers.ts')
-rw-r--r--packages/taler-util/src/helpers.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/taler-util/src/helpers.ts b/packages/taler-util/src/helpers.ts
index e269bd46b..fb0cd8a2b 100644
--- a/packages/taler-util/src/helpers.ts
+++ b/packages/taler-util/src/helpers.ts
@@ -21,9 +21,9 @@
/**
* Imports.
*/
-import { AmountJson } from "./amounts";
-import * as Amounts from "./amounts";
-import { URL } from "./url";
+import { AmountJson } from "./amounts.js";
+import * as Amounts from "./amounts.js";
+import { URL } from "./url.js";
/**
* Show an amount in a form suitable for the user.