Add entityMetadataComponent in export of the module

This commit is contained in:
Konstantinos Triantafyllou 2023-02-17 19:47:47 +02:00
parent 238aafd552
commit 332a32a4e4
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ import {closed_access, open_access} from "../../utils/icons/icons";
exports: [
ShowIdentifiersComponent, ShowSubjectsComponent,
FundedByComponent,AvailableOnComponent, TabTableComponent, ShowPublisherComponent,
RelatedToComponent, FosComponent, SdgComponent
RelatedToComponent, FosComponent, SdgComponent, EntityMetadataComponent
]
})
export class ResultLandingUtilsModule {