Commit 51da3b3deadce5a215844444e110b8833b3f72a3

Authored by Igor Kulikov
1 parent f2448f55

Update

... ... @@ -21,7 +21,7 @@ import { LogoComponent } from '@shared/components/logo.component';
21 21 import { TbSnackBarComponent, ToastDirective } from '@shared/components/toast.directive';
22 22 import { BreadcrumbComponent } from '@shared/components/breadcrumb.component';
23 23 import { NgxFlowModule, FlowInjectionToken } from '@flowjs/ngx-flow';
24   -import { NgxFlowchartModule } from 'ngx-flowchart/projects/ngx-flowchart/src/public-api';
  24 +import { NgxFlowchartModule } from 'ngx-flowchart/dist/ngx-flowchart';
25 25 import Flow from '@flowjs/flow.js';
26 26
27 27 import { MatAutocompleteModule } from '@angular/material/autocomplete';
... ...