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

reverted home-page.module

parent 8bfa4846
Branches
Tags
No related merge requests found
......@@ -6,8 +6,6 @@ import { HomePageRoutingModule } from './home-page-routing.module';
import { HomePageComponent } from './home-page.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({
imports: [
......@@ -19,8 +17,6 @@ import { NotificationsBoardComponent } from '../shared/notifications/notificatio
HomePageComponent,
TopLevelCommunityListComponent,
HomeNewsComponent,
// NotificationComponent,
// NotificationsBoardComponent
]
})
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