|
@@ -17,9 +17,9 @@ import { VideoChapterComponent } from './tabs/courses/video-chapter/video-chapte |
|
|
import { ServiceWorkerModule } from '@angular/service-worker'; |
|
|
import { ServiceWorkerModule } from '@angular/service-worker'; |
|
|
import { environment } from '../environments/environment'; |
|
|
import { environment } from '../environments/environment'; |
|
|
import { CalendarComponent } from './calendar/calendar.component'; |
|
|
import { CalendarComponent } from './calendar/calendar.component'; |
|
|
import { AttendanceComponent } from './tabs/more/attendance/attendance.component'; |
|
|
|
|
|
|
|
|
import { AttendanceComponent } from './attendance/attendance.component'; |
|
|
import { ForumComponent } from './reusable-components/forum/forum.component'; |
|
|
import { ForumComponent } from './reusable-components/forum/forum.component'; |
|
|
import { ForumPageComponent } from './tabs/more/forum-page/forum-page.component'; |
|
|
|
|
|
|
|
|
import { ForumPageComponent } from './forum-page/forum-page.component'; |
|
|
import { ConfirmationPopupComponent } from './reusable-components/confirmation-popup/confirmation-popup.component'; |
|
|
import { ConfirmationPopupComponent } from './reusable-components/confirmation-popup/confirmation-popup.component'; |
|
|
import { VideoNotesComponent } from './tabs/courses/video-chapter/video-notes/video-notes.component'; |
|
|
import { VideoNotesComponent } from './tabs/courses/video-chapter/video-notes/video-notes.component'; |
|
|
import { ChapterNotesComponent } from './tabs/courses/chapter-notes/chapter-notes.component'; |
|
|
import { ChapterNotesComponent } from './tabs/courses/chapter-notes/chapter-notes.component'; |
|
|