aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-ui/src/app/app.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sdc-workflow-designer-ui/src/app/app.module.ts')
-rw-r--r--sdc-workflow-designer-ui/src/app/app.module.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/sdc-workflow-designer-ui/src/app/app.module.ts b/sdc-workflow-designer-ui/src/app/app.module.ts
index 6fa65af3..e2d36a3a 100644
--- a/sdc-workflow-designer-ui/src/app/app.module.ts
+++ b/sdc-workflow-designer-ui/src/app/app.module.ts
@@ -44,6 +44,7 @@ import { EditablePropertyComponent } from "./components/editable-property/editab
import { SwaggerTreeConverterService } from "./services/swagger-tree-converter.service";
import { WorkflowProcessService } from "./services/workflow-process.service";
import { IntermediateCatchEventComponent } from "./components/property/intermediate-catch-event/intermediate-catch-event.component";
+import { SequenceFlowComponent } from "./components/sequence-flow/sequence-flow.component";
@NgModule({
declarations: [
@@ -61,6 +62,7 @@ import { IntermediateCatchEventComponent } from "./components/property/intermedi
PropertiesComponent,
RestTaskComponent,
RestTaskParametersComponent,
+ SequenceFlowComponent,
StartEventParametersComponent,
ToolbarComponent,
],