Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesWt committed Oct 30, 2024
1 parent 85f7705 commit d38aab5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/webapp/app/overview/courses-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ const routes: Routes = [
path: 'learning-path',
loadComponent: () =>
import('app/course/learning-paths/pages/learning-path-student-page/learning-path-student-page.component').then((c) => c.LearningPathStudentPageComponent),
// loadChildren: () => import('app/course/learning-paths/learning-paths.module').then((m) => m.ArtemisLearningPathsModule),
data: {
authorities: [Authority.USER],
pageTitle: 'overview.learningPath',
Expand Down

0 comments on commit d38aab5

Please sign in to comment.