|
|
|
@ -1,6 +1,6 @@
|
|
|
|
import { dashboardModule } from './dashboard';
|
|
|
|
import { dashboardModule } from './dashboard';
|
|
|
|
import { sceneModule } from './scene';
|
|
|
|
import { sceneModule } from './scene';
|
|
|
|
import { applicationModule } from './application';
|
|
|
|
// import { applicationModule } from './application';
|
|
|
|
import { instanceModule } from './instance';
|
|
|
|
import { instanceModule } from './instance';
|
|
|
|
import { componentDevelopmentModule } from './componentDevelopment';
|
|
|
|
import { componentDevelopmentModule } from './componentDevelopment';
|
|
|
|
import { componentLibraryModule } from './componentLibrary';
|
|
|
|
import { componentLibraryModule } from './componentLibrary';
|
|
|
|
@ -12,7 +12,7 @@ import { orchestrationModule } from './orchestration';
|
|
|
|
export {
|
|
|
|
export {
|
|
|
|
dashboardModule,
|
|
|
|
dashboardModule,
|
|
|
|
sceneModule,
|
|
|
|
sceneModule,
|
|
|
|
applicationModule,
|
|
|
|
// applicationModule,
|
|
|
|
instanceModule,
|
|
|
|
instanceModule,
|
|
|
|
componentDevelopmentModule,
|
|
|
|
componentDevelopmentModule,
|
|
|
|
componentLibraryModule,
|
|
|
|
componentLibraryModule,
|
|
|
|
@ -25,7 +25,7 @@ export {
|
|
|
|
export const moduleMap = {
|
|
|
|
export const moduleMap = {
|
|
|
|
dashboard: dashboardModule,
|
|
|
|
dashboard: dashboardModule,
|
|
|
|
scene: sceneModule,
|
|
|
|
scene: sceneModule,
|
|
|
|
application: applicationModule,
|
|
|
|
// application: applicationModule,
|
|
|
|
instance: instanceModule,
|
|
|
|
instance: instanceModule,
|
|
|
|
componentDevelopment: componentDevelopmentModule,
|
|
|
|
componentDevelopment: componentDevelopmentModule,
|
|
|
|
componentLibrary: componentLibraryModule,
|
|
|
|
componentLibrary: componentLibraryModule,
|
|
|
|
|