aboutsummaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/components/Transactions/index.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-05-05 08:36:48 -0300
committerSebastian <sebasjm@gmail.com>2023-05-05 08:52:57 -0300
commite90991973c359f1aca5bd34b3344e0295dae0c5d (patch)
tree6bd14c8cac53582f66fb13cbc4fe8b46f0f7c4bb /packages/demobank-ui/src/components/Transactions/index.ts
parentd61e4fa7196f20717166a2744f8ea3a77cc4addb (diff)
downloadwallet-core-e90991973c359f1aca5bd34b3344e0295dae0c5d.tar.gz
wallet-core-e90991973c359f1aca5bd34b3344e0295dae0c5d.tar.bz2
wallet-core-e90991973c359f1aca5bd34b3344e0295dae0c5d.zip
update web-utils imports
Diffstat (limited to 'packages/demobank-ui/src/components/Transactions/index.ts')
-rw-r--r--packages/demobank-ui/src/components/Transactions/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/demobank-ui/src/components/Transactions/index.ts b/packages/demobank-ui/src/components/Transactions/index.ts
index e43b9401c..46b38ce74 100644
--- a/packages/demobank-ui/src/components/Transactions/index.ts
+++ b/packages/demobank-ui/src/components/Transactions/index.ts
@@ -14,7 +14,7 @@
GNU Taler; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
-import { HttpError, utils } from "@gnu-taler/web-util/lib/index.browser";
+import { HttpError, utils } from "@gnu-taler/web-util/browser";
import { Loading } from "../Loading.js";
// import { compose, StateViewMap } from "../../utils/index.js";
// import { wxApi } from "../../wxApi.js";