Reapply "fix(app): startup efficiency (#18854)"

This reverts commit a379eb3867.
This commit is contained in:
Adam
2026-03-25 05:59:05 -05:00
parent d1c49ba210
commit 0dbfefa080
33 changed files with 943 additions and 636 deletions
+1
View File
@@ -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"