[ACA-2822] add no-duplicate-imports rule (#1250)

* add no-duplicate-imports rule and fix few issues

* fix incorrect import :D
This commit is contained in:
Adina Parpalita
2019-11-15 14:57:34 +02:00
committed by Cilibiu Bogdan
parent ef97c646bc
commit 9738752f0f
11 changed files with 23 additions and 22 deletions

View File

@@ -24,9 +24,8 @@
*/
import { Injectable } from '@angular/core';
import { CanActivate } from '@angular/router';
import { CanActivate, ActivatedRouteSnapshot } from '@angular/router';
import { Observable } from 'rxjs';
import { ActivatedRouteSnapshot } from '@angular/router';
import { Store } from '@ngrx/store';
import { AppStore, isQuickShareEnabled } from '@alfresco/aca-shared/store';