diff --git a/src/app/topic/topic.module.ts b/src/app/topic/topic.module.ts index 90d0ae6..c7b72fc 100644 --- a/src/app/topic/topic.module.ts +++ b/src/app/topic/topic.module.ts @@ -27,12 +27,11 @@ import { import {IconsModule} from "../openaireLibrary/utils/icons/icons.module"; import {PageContentModule} from "../openaireLibrary/dashboard/sharedComponents/page-content/page-content.module"; import {LoadingModule} from "../openaireLibrary/utils/loading/loading.module"; -import {NotifyFormModule} from "../openaireLibrary/notifications/notify-form/notify-form.module"; @NgModule({ imports: [ CommonModule, TopicRoutingModule, ClickModule, RouterModule, FormsModule, AlertModalModule, - ReactiveFormsModule, InputModule, IconsModule, PageContentModule, LoadingModule, NotifyFormModule + ReactiveFormsModule, InputModule, IconsModule, PageContentModule, LoadingModule ], declarations: [ TopicComponent, IndicatorsComponent