Skip to content

Commit 79a72aa

Browse files
committed
fix routing to skills list
1 parent e91ad33 commit 79a72aa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

projects/skills/src/app/app.routes.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ export const routes: Routes = [
3737
// path: "rating",
3838
// loadChildren: () => import("./rating/rating.routes").then(c => c.RATING_ROUTES),
3939
// },
40-
// {
41-
// path: "task",
42-
// loadChildren: () => import("./task/task.routes").then(c => c.TASK_ROUTES),
43-
// },
40+
{
41+
path: "task",
42+
loadChildren: () => import("./task/task.routes").then(c => c.TASK_ROUTES),
43+
},
4444
// {
4545
// path: "trackBuss",
4646
// loadChildren: () =>

0 commit comments

Comments
 (0)