Skip to content
Snippets Groups Projects
Commit 98c24bf1 authored by Giuseppe Digilio's avatar Giuseppe Digilio
Browse files

reverted home-page.module

parent 8bfa4846
No related merge requests found
...@@ -6,8 +6,6 @@ import { HomePageRoutingModule } from './home-page-routing.module'; ...@@ -6,8 +6,6 @@ import { HomePageRoutingModule } from './home-page-routing.module';
import { HomePageComponent } from './home-page.component'; import { HomePageComponent } from './home-page.component';
import { TopLevelCommunityListComponent } from './top-level-community-list/top-level-community-list.component'; import { TopLevelCommunityListComponent } from './top-level-community-list/top-level-community-list.component';
import { NotificationComponent } from '../shared/notifications/notification/notification.component';
import { NotificationsBoardComponent } from '../shared/notifications/notifications-board/notifications-board.component';
@NgModule({ @NgModule({
imports: [ imports: [
...@@ -19,8 +17,6 @@ import { NotificationsBoardComponent } from '../shared/notifications/notificatio ...@@ -19,8 +17,6 @@ import { NotificationsBoardComponent } from '../shared/notifications/notificatio
HomePageComponent, HomePageComponent,
TopLevelCommunityListComponent, TopLevelCommunityListComponent,
HomeNewsComponent, HomeNewsComponent,
// NotificationComponent,
// NotificationsBoardComponent
] ]
}) })
export class HomePageModule { export class HomePageModule {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment