diff --git a/src/app/directives/download-nodes.directive.ts b/src/app/directives/download-nodes.directive.ts index 53a790404..ea2d61dc7 100644 --- a/src/app/directives/download-nodes.directive.ts +++ b/src/app/directives/download-nodes.directive.ts @@ -26,7 +26,7 @@ import { Directive, HostListener, Input } from '@angular/core'; import { Store } from '@ngrx/store'; import { AppStore } from '../store/states/app.state'; -import { MinimalNodeEntity } from '@alfresco/adf-core/node_modules/alfresco-js-api'; +import { MinimalNodeEntity } from 'alfresco-js-api'; import { DownloadNodesAction } from '../store/actions'; @Directive({