diff --git a/src/app/core/core.module.ts b/src/app/core/core.module.ts index 5baddea719..e79f169a41 100644 --- a/src/app/core/core.module.ts +++ b/src/app/core/core.module.ts @@ -287,9 +287,8 @@ const PROVIDERS = [ VocabularyService, VocabularyTreeviewService, SequenceService, - GroupDataService + GroupDataService, FeedbackDataService, - // FeedbackGuard ]; /** diff --git a/src/themes/custom/theme.module.ts b/src/themes/custom/theme.module.ts index 7c99d7c389..e2e97b9087 100644 --- a/src/themes/custom/theme.module.ts +++ b/src/themes/custom/theme.module.ts @@ -83,7 +83,6 @@ import { FileSectionComponent } from './app/item-page/simple/field-components/fi import { SearchModule } from '../../app/shared/search/search.module'; import { ResourcePoliciesModule } from '../../app/shared/resource-policies/resource-policies.module'; import { ComcolModule } from '../../app/shared/comcol/comcol.module'; -import { FileSectionComponent } from './app/item-page/simple/field-components/file-section/file-section.component'; import { FeedbackComponent } from './app/info/feedback/feedback.component'; const DECLARATIONS = [