diff options
| author | Florian Dold <florian@dold.me> | 2021-03-17 17:56:37 +0100 |
|---|---|---|
| committer | Florian Dold <florian@dold.me> | 2021-03-17 17:56:37 +0100 |
| commit | 07cdfb2e4ec761021477271776b81f33af0e731d (patch) | |
| tree | cb62b1d1a04e1e64b8ee47e78196e858727d2c0a /packages/taler-wallet-core/src/util/helpers.ts | |
| parent | 42a4d666f42ce94274995bfdae644444ff5f6d53 (diff) | |
towards wallet-core / util split
Diffstat (limited to 'packages/taler-wallet-core/src/util/helpers.ts')
| -rw-r--r-- | packages/taler-wallet-core/src/util/helpers.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/taler-wallet-core/src/util/helpers.ts b/packages/taler-wallet-core/src/util/helpers.ts index f5c204310..36ecc83fe 100644 --- a/packages/taler-wallet-core/src/util/helpers.ts +++ b/packages/taler-wallet-core/src/util/helpers.ts @@ -21,8 +21,7 @@ /** * Imports. */ -import { AmountJson } from "./amounts"; -import * as Amounts from "./amounts"; +import { AmountJson, Amounts } from "@gnu-taler/taler-util"; import { URL } from "./url"; /** |
