summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/context/index.ts
diff options
context:
space:
mode:
authorAdam <[email protected]>2026-01-20 11:27:32 -0600
committerAdam <[email protected]>2026-01-20 17:58:06 -0600
commitef36af0e55d814dc80893af923886ccff40f46e5 (patch)
treec740622e3a849828a6317d8588ed46540152cb14 /packages/ui/src/context/index.ts
parentf86c37f5799811d4e3a865c60e07c6fbd8293afd (diff)
downloadopencode-ef36af0e55d814dc80893af923886ccff40f46e5.tar.gz
opencode-ef36af0e55d814dc80893af923886ccff40f46e5.zip
wip(app): i18n
Diffstat (limited to 'packages/ui/src/context/index.ts')
-rw-r--r--packages/ui/src/context/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/ui/src/context/index.ts b/packages/ui/src/context/index.ts
index 499cb74d4..5615dd0ec 100644
--- a/packages/ui/src/context/index.ts
+++ b/packages/ui/src/context/index.ts
@@ -2,3 +2,4 @@ export * from "./helper"
export * from "./data"
export * from "./diff"
export * from "./dialog"
+export * from "./i18n"