fix imports (#757)

* fix imports

* fix lazy paths
This commit is contained in:
Denys Vuika
2018-10-26 16:09:31 +01:00
committed by GitHub
parent c9f5bc7de3
commit f975650850
4 changed files with 22 additions and 31 deletions

View File

@@ -31,16 +31,16 @@ import {
OnInit
} from '@angular/core';
import { Store } from '@ngrx/store';
import { AppStore } from 'src/app/store/states';
import { Observable } from 'rxjs';
import {
selectHeaderColor,
selectAppName,
selectLogoPath
} from 'src/app/store/selectors/app.selectors';
} from '../../store/selectors/app.selectors';
import { BreakpointObserver, Breakpoints } from '@angular/cdk/layout';
import { ContentActionRef } from '@alfresco/adf-extensions';
import { AppExtensionService } from '../../extensions/extension.service';
import { AppStore } from '../../store/states';
@Component({
selector: 'app-header',