[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:
k.triantafyllou 2020-03-13 11:42:57 +00:00
parent 7021de1932
commit 8bb13d0ff5
1 changed files with 1 additions and 1 deletions

View File

@ -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',