Skip to content

Commit b248dac

Browse files
authored
Refactor home.module.ts for consistency
1 parent b867d6e commit b248dac

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/app/home/home.module.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import { CoursesViewDetailModule } from '../courses/view-courses/courses-view-de
2626
import { ChatModule } from '../chat/chat.module';
2727
import { SurveysModule } from '../surveys/surveys.module';
2828

29-
3029
@NgModule({
3130
imports: [
3231
HomeRouterModule,
@@ -59,7 +58,7 @@ import { SurveysModule } from '../surveys/surveys.module';
5958
CommunityComponent,
6059
CommunityLinkDialogComponent,
6160
HealthListComponent,
62-
6361
]
6462
})
6563
export class HomeModule {}
64+

0 commit comments

Comments
 (0)