Skip to content

Commit 5a181ee

Browse files
psychedelicioushipsterusername
authored andcommitted
build(ui): export loading component
1 parent 3b0d59e commit 5a181ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

invokeai/frontend/web/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export { default as InvokeAIUI } from './app/components/InvokeAIUI';
3232
export type { StudioInitAction } from './app/hooks/useStudioInitAction';
3333
export type { LoggingOverrides } from './app/logging/logger';
3434
export type { PartialAppConfig } from './app/types/invokeai';
35+
export { default as Loading } from './common/components/Loading/Loading';
3536
export { default as HotkeysModal } from './features/system/components/HotkeysModal/HotkeysModal';
3637
export { default as InvokeAiLogoComponent } from './features/system/components/InvokeAILogoComponent';
3738
export { default as SettingsModal } from './features/system/components/SettingsModal/SettingsModal';

0 commit comments

Comments
 (0)