[Library | Trunk]: Fix showAuthors error cause of wrong import
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58251 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
7021de1932
commit
8bb13d0ff5
|
@ -4,8 +4,8 @@ import {HelperFunctions} from '../HelperFunctions.class';
|
|||
import {RouterHelper} from "../routerHelper.class";
|
||||
import {EnvProperties} from '../properties/env-properties';
|
||||
import {isPlatformBrowser} from "@angular/common";
|
||||
import {Author} from "../entities/searchResult";
|
||||
import {Keyword} from "../../searchPages/searchUtils/highlight/highlight.component";
|
||||
import {Author} from "../result-preview/result-preview";
|
||||
|
||||
@Component({
|
||||
selector: 'showAuthors',
|
||||
|
|
Loading…
Reference in New Issue