diff options
Diffstat (limited to 'packages/app/src/index.ts')
| -rw-r--r-- | packages/app/src/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/app/src/index.ts b/packages/app/src/index.ts index 53063f48f..d80e9fffb 100644 --- a/packages/app/src/index.ts +++ b/packages/app/src/index.ts @@ -1,6 +1,7 @@ export { AppBaseProviders, AppInterface } from "./app" export { ACCEPTED_FILE_EXTENSIONS, ACCEPTED_FILE_TYPES, filePickerFilters } from "./constants/file-picker" export { useCommand } from "./context/command" +export { loadLocaleDict, normalizeLocale, type Locale } from "./context/language" export { type DisplayBackend, type Platform, PlatformProvider } from "./context/platform" export { ServerConnection } from "./context/server" export { handleNotificationClick } from "./utils/notification-click" |
