From 7a0b2b979c5b58852f908d285c52396eafdabe25 Mon Sep 17 00:00:00 2001 From: Cilibiu Bogdan Date: Wed, 13 Jun 2018 17:25:23 +0300 Subject: [PATCH] fix import (#408) --- src/app/directives/download-nodes.directive.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({