From 5b0b510fc8876614ba9961fc7d829ab9ced5aca3 Mon Sep 17 00:00:00 2001 From: Konstantinos Triantafyllou Date: Tue, 2 Mar 2021 08:47:55 +0000 Subject: [PATCH] [Monitor Dashboard | Trunk]: Topic module remove notify-form git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@60543 d315682c-612b-4755-9ff5-7f18f6832af3 --- src/app/topic/topic.module.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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