try named export

This commit is contained in:
Mary Hipp 2023-07-31 14:28:04 -04:00 committed by psychedelicious
parent cbe874b964
commit ceebb501a4

View File

@ -6,4 +6,4 @@ export { default as ParamMainModelSelect } from './features/parameters/component
export { default as InvokeAiLogoComponent } from './features/system/components/InvokeAILogoComponent';
export { default as SettingsModal } from './features/system/components/SettingsModal/SettingsModal';
export { default as StatusIndicator } from './features/system/components/StatusIndicator';
export { theme } from './theme/theme';
export { theme as theme } from './theme/theme';