Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mary Hipp authored and maryhipp committed Sep 18, 2024
1 parent 7fc0dc6 commit ec7b656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invokeai/frontend/web/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export { default as InvokeAIUI } from './app/components/InvokeAIUI';
export type { PartialAppConfig } from './app/types/invokeai';
export { default as ParamMainModelSelect } from './features/parameters/components/MainModel/ParamMainModelSelect';
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';
export { default as HotkeysModal } from './features/system/components/HotkeysModal/HotkeysModal';
export { default as StatusIndicator } from './features/system/components/StatusIndicator';

0 comments on commit ec7b656

Please sign in to comment.