|
|
|
@ -7,6 +7,7 @@ import { componentLibraryModule } from './componentLibrary';
|
|
|
|
import { compositeCompLibraryModule } from './compositeCompLibrary';
|
|
|
|
import { compositeCompLibraryModule } from './compositeCompLibrary';
|
|
|
|
import { componentMarketModule } from './componentMarket';
|
|
|
|
import { componentMarketModule } from './componentMarket';
|
|
|
|
import { ideContainerMoudle } from './ideContainer';
|
|
|
|
import { ideContainerMoudle } from './ideContainer';
|
|
|
|
|
|
|
|
import { orchestrationModule } from './orchestration';
|
|
|
|
|
|
|
|
|
|
|
|
export {
|
|
|
|
export {
|
|
|
|
dashboardModule,
|
|
|
|
dashboardModule,
|
|
|
|
@ -17,7 +18,8 @@ export {
|
|
|
|
componentLibraryModule,
|
|
|
|
componentLibraryModule,
|
|
|
|
compositeCompLibraryModule,
|
|
|
|
compositeCompLibraryModule,
|
|
|
|
componentMarketModule,
|
|
|
|
componentMarketModule,
|
|
|
|
ideContainerMoudle
|
|
|
|
ideContainerMoudle,
|
|
|
|
|
|
|
|
orchestrationModule
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
export const moduleMap = {
|
|
|
|
export const moduleMap = {
|
|
|
|
@ -29,5 +31,6 @@ export const moduleMap = {
|
|
|
|
componentLibrary: componentLibraryModule,
|
|
|
|
componentLibrary: componentLibraryModule,
|
|
|
|
compositeCompLibrary: compositeCompLibraryModule,
|
|
|
|
compositeCompLibrary: compositeCompLibraryModule,
|
|
|
|
componentMarket: componentMarketModule,
|
|
|
|
componentMarket: componentMarketModule,
|
|
|
|
ideContainer: ideContainerMoudle
|
|
|
|
ideContainer: ideContainerMoudle,
|
|
|
|
|
|
|
|
orchestrationModule: orchestrationModule
|
|
|
|
};
|
|
|
|
};
|