Commit f2448f55e755bac24bcbe7e2856864f844f525c8

Authored by Igor Kulikov
1 parent f56161ef

Minor refactoring

... ... @@ -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/dist/ngx-flowchart';
  24 +import { NgxFlowchartModule } from 'ngx-flowchart/projects/ngx-flowchart/src/public-api';
25 25 import Flow from '@flowjs/flow.js';
26 26
27 27 import { MatAutocompleteModule } from '@angular/material/autocomplete';
... ...