diff options
| author | Adam <[email protected]> | 2026-01-20 11:27:32 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-01-20 17:58:06 -0600 |
| commit | ef36af0e55d814dc80893af923886ccff40f46e5 (patch) | |
| tree | c740622e3a849828a6317d8588ed46540152cb14 /packages/ui/src/context/index.ts | |
| parent | f86c37f5799811d4e3a865c60e07c6fbd8293afd (diff) | |
| download | opencode-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.ts | 1 |
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" |
