Skip to content
Snippets Groups Projects
Commit afce2f07 authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

FEAT #12091 TIME 0:05 fix removed process-action component

parent 5fb2b9fa
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,6 @@ import { SendExternalNoteBookActionComponent } from './actions/send-external-n ...@@ -54,7 +54,6 @@ import { SendExternalNoteBookActionComponent } from './actions/send-external-n
import { XParaphComponent } from './actions/send-external-signatory-book-action/x-paraph/x-paraph.component'; import { XParaphComponent } from './actions/send-external-signatory-book-action/x-paraph/x-paraph.component';
import { MaarchParaphComponent } from './actions/send-external-signatory-book-action/maarch-paraph/maarch-paraph.component'; import { MaarchParaphComponent } from './actions/send-external-signatory-book-action/maarch-paraph/maarch-paraph.component';
import { FastParaphComponent } from './actions/send-external-signatory-book-action/fast-paraph/fast-paraph.component'; import { FastParaphComponent } from './actions/send-external-signatory-book-action/fast-paraph/fast-paraph.component';
import { ProcessActionComponent } from './actions/process-action/process-action.component';
import { ViewDocActionComponent } from './actions/view-doc-action/view-doc-action.component'; import { ViewDocActionComponent } from './actions/view-doc-action/view-doc-action.component';
import { RedirectActionComponent } from './actions/redirect-action/redirect-action.component'; import { RedirectActionComponent } from './actions/redirect-action/redirect-action.component';
import { SendShippingActionComponent } from './actions/send-shipping-action/send-shipping-action.component'; import { SendShippingActionComponent } from './actions/send-shipping-action/send-shipping-action.component';
...@@ -160,7 +159,6 @@ import { SentResourcePageComponent } from './sentResource/sent-resource-page/sen ...@@ -160,7 +159,6 @@ import { SentResourcePageComponent } from './sentResource/sent-resource-page/sen
XParaphComponent, XParaphComponent,
MaarchParaphComponent, MaarchParaphComponent,
FastParaphComponent, FastParaphComponent,
ProcessActionComponent,
ViewDocActionComponent, ViewDocActionComponent,
RedirectActionComponent, RedirectActionComponent,
SendShippingActionComponent, SendShippingActionComponent,
...@@ -236,7 +234,6 @@ import { SentResourcePageComponent } from './sentResource/sent-resource-page/sen ...@@ -236,7 +234,6 @@ import { SentResourcePageComponent } from './sentResource/sent-resource-page/sen
ContinueAvisCircuitActionComponent, ContinueAvisCircuitActionComponent,
GiveAvisParallelActionComponent, GiveAvisParallelActionComponent,
ValidateAvisParallelComponent, ValidateAvisParallelComponent,
ProcessActionComponent,
RedirectActionComponent, RedirectActionComponent,
SendShippingActionComponent, SendShippingActionComponent,
redirectInitiatorEntityActionComponent, redirectInitiatorEntityActionComponent,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment