mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
fix import (#408)
This commit is contained in:
committed by
Denys Vuika
parent
1384a0e49d
commit
7a0b2b979c
@@ -26,7 +26,7 @@
|
|||||||
import { Directive, HostListener, Input } from '@angular/core';
|
import { Directive, HostListener, Input } from '@angular/core';
|
||||||
import { Store } from '@ngrx/store';
|
import { Store } from '@ngrx/store';
|
||||||
import { AppStore } from '../store/states/app.state';
|
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';
|
import { DownloadNodesAction } from '../store/actions';
|
||||||
|
|
||||||
@Directive({
|
@Directive({
|
||||||
|
|||||||
Reference in New Issue
Block a user