build(ui): export loading component

This commit is contained in:
psychedelicious
2025-07-29 19:56:33 +10:00
committed by Kent Keirsey
parent 3b0d59e459
commit 5a181ee0fd

View File

@@ -32,6 +32,7 @@ export { default as InvokeAIUI } from './app/components/InvokeAIUI';
export type { StudioInitAction } from './app/hooks/useStudioInitAction';
export type { LoggingOverrides } from './app/logging/logger';
export type { PartialAppConfig } from './app/types/invokeai';
export { default as Loading } from './common/components/Loading/Loading';
export { default as HotkeysModal } from './features/system/components/HotkeysModal/HotkeysModal';
export { default as InvokeAiLogoComponent } from './features/system/components/InvokeAILogoComponent';
export { default as SettingsModal } from './features/system/components/SettingsModal/SettingsModal';