Skip to content

Commit

Permalink
remove feature overview module
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-lippert committed Jan 21, 2025
1 parent caaecce commit 8ed940d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion src/main/webapp/app/app.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ const routes: Routes = [
},
{
path: 'features',
loadChildren: () => import('./feature-overview/feature-overview.module').then((m) => m.FeatureOverviewModule),
loadChildren: () => import('./feature-overview/feature-overview.route').then((m) => m.featureOverviewState),
},
{
path: 'lti',
Expand Down
11 changes: 0 additions & 11 deletions src/main/webapp/app/feature-overview/feature-overview.module.ts

This file was deleted.

0 comments on commit 8ed940d

Please sign in to comment.