Pass on MDCContext to imperative workflow
[ccsdk/cds.git] / cds-ui / client / src / app / app-routing.module.ts
index 01ecfe4..9981942 100644 (file)
@@ -42,6 +42,10 @@ const routes: Routes = [
     {
         path: 'controller-catalog',
         loadChildren: './feature-modules/controller-catalog/controller-catalog.module#ControllerCatalogModule'
+    },
+    {
+      path: 'blueprint-designer',
+      loadChildren: './feature-modules/blueprint-designer/blueprint-designer.module#BlueprintDesignerModule'
     }
   ]
 }