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.ts7
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/web-util/src/context/index.ts b/packages/web-util/src/context/index.ts
index 0ac2c752a..4bc1b22f2 100644
--- a/packages/web-util/src/context/index.ts
+++ b/packages/web-util/src/context/index.ts
@@ -1,2 +1,5 @@
-
-export { InternationalizationAPI, TranslationProvider, useTranslationContext } from "./translation.js";
+export {
+ InternationalizationAPI,
+ TranslationProvider,
+ useTranslationContext,
+} from "./translation.js";