aboutsummaryrefslogtreecommitdiff
path: root/packages/web-util/src/context/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web-util/src/context/index.ts')
-rw-r--r--packages/web-util/src/context/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/web-util/src/context/index.ts b/packages/web-util/src/context/index.ts
new file mode 100644
index 000000000..0ac2c752a
--- /dev/null
+++ b/packages/web-util/src/context/index.ts
@@ -0,0 +1,2 @@
+
+export { InternationalizationAPI, TranslationProvider, useTranslationContext } from "./translation.js";