Cleanup modules.

This commit is contained in:
Alexis Lahouze
2017-08-11 22:32:09 +02:00
parent fd0df50d14
commit 1f896e1a40
5 changed files with 1 additions and 11 deletions

View File

@ -45,9 +45,7 @@ import { ScheduleListState } from './schedule.states';
entryComponents: [
ScheduleDeleteModalComponent,
ScheduleEditModalComponent,
ScheduleFormComponent,
ScheduleListComponent,
ScheduleRowComponent
]
})
export class ScheduleModule {}