From 8bb13d0ff5232ca5bc4df70ccd53ce8bf6f7c412 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Fri, 13 Mar 2020 11:42:57 +0000 Subject: [PATCH] [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 --- utils/authors/showAuthors.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/authors/showAuthors.component.ts b/utils/authors/showAuthors.component.ts index da339b6a..555ec0b6 100644 --- a/utils/authors/showAuthors.component.ts +++ b/utils/authors/showAuthors.component.ts @@ -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',