diff --git a/explore/src/app/deposit/searchDataprovidersToDeposit.module.ts b/explore/src/app/deposit/searchDataprovidersToDeposit.module.ts index 7ac30a07..5bf0101a 100644 --- a/explore/src/app/deposit/searchDataprovidersToDeposit.module.ts +++ b/explore/src/app/deposit/searchDataprovidersToDeposit.module.ts @@ -12,8 +12,8 @@ import {CommunityService} from '../openaireLibrary/connect/community/community.s @NgModule({ imports: [ CommonModule, FormsModule, - SearchDataprovidersToDepositModule, SearchDataprovidersToDepositRoutingModule, + SearchDataprovidersToDepositModule, ZenodoCommunitiesServiceModule ], declarations: [ diff --git a/explore/src/app/searchPages/advanced/advancedSearchOrganizations.module.ts b/explore/src/app/searchPages/advanced/advancedSearchOrganizations.module.ts index b14b2c53..13d560f1 100644 --- a/explore/src/app/searchPages/advanced/advancedSearchOrganizations.module.ts +++ b/explore/src/app/searchPages/advanced/advancedSearchOrganizations.module.ts @@ -9,10 +9,9 @@ import {SearchOrganizationsModule} from "../../openaireLibrary/searchPages/searc @NgModule({ imports: [ + AdvancedSearchOrganizationsRoutingModule, CommonModule, FormsModule, - SearchOrganizationsModule, - AdvancedSearchOrganizationsRoutingModule - + SearchOrganizationsModule ], declarations: [ OpenaireAdvancedSearchOrganizationsComponent diff --git a/explore/src/app/searchPages/advanced/advancedSearchProjects.module.ts b/explore/src/app/searchPages/advanced/advancedSearchProjects.module.ts index aad0d692..f14c6228 100644 --- a/explore/src/app/searchPages/advanced/advancedSearchProjects.module.ts +++ b/explore/src/app/searchPages/advanced/advancedSearchProjects.module.ts @@ -8,10 +8,9 @@ import {SearchProjectsModule} from "../../openaireLibrary/searchPages/searchProj @NgModule({ imports: [ + AdvancedSearchProjectsRoutingModule, CommonModule, FormsModule, - SearchProjectsModule, - AdvancedSearchProjectsRoutingModule - + SearchProjectsModule ], declarations: [ OpenaireAdvancedSearchProjectsComponent