Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -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'; | ... | ... |