From 6a78c1bcf86beb7deb48a2e1cbc5e7c91d711960 Mon Sep 17 00:00:00 2001 From: Corrado Lombardi Date: Mon, 24 Jan 2022 21:48:00 +0100 Subject: [PATCH] [CST-4875] removed comment and redundant import --- src/app/core/core.module.ts | 3 +-- src/themes/custom/theme.module.ts | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) 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 = [