summaryrefslogtreecommitdiff
path: root/packages/web-util/src/context/index.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-04-21 14:56:43 -0300
committerSebastian <sebasjm@gmail.com>2024-04-22 08:52:55 -0300
commit94b2530f2f9ea0e0efdf6e933f6160105265a2c6 (patch)
tree2e8ed33da0847261e7a0d81c089d950f04039e2e /packages/web-util/src/context/index.ts
parenteada01727571fe0aae632696baa97bc4ab6be521 (diff)
downloadwallet-core-94b2530f2f9ea0e0efdf6e933f6160105265a2c6.tar.gz
wallet-core-94b2530f2f9ea0e0efdf6e933f6160105265a2c6.tar.bz2
wallet-core-94b2530f2f9ea0e0efdf6e933f6160105265a2c6.zip
challenger preact api
Diffstat (limited to 'packages/web-util/src/context/index.ts')
-rw-r--r--packages/web-util/src/context/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/web-util/src/context/index.ts b/packages/web-util/src/context/index.ts
index 0e28b844a..8e7f096da 100644
--- a/packages/web-util/src/context/index.ts
+++ b/packages/web-util/src/context/index.ts
@@ -5,6 +5,7 @@ export {
useTranslationContext
} from "./translation.js";
export * from "./bank-api.js";
+export * from "./challenger-api.js";
export * from "./merchant-api.js";
export * from "./navigation.js";
export * from "./wallet-integration.js";