Revert "fix(app): startup efficiency"

This commit is contained in:
Adam
2026-03-25 06:25:05 -05:00
parent 53d0b58ebf
commit 898456a25c
40 changed files with 695 additions and 1121 deletions
-1
View File
@@ -1,7 +1,6 @@
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"