We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91ad33 commit 79a72aaCopy full SHA for 79a72aa
1 file changed
projects/skills/src/app/app.routes.ts
@@ -37,10 +37,10 @@ export const routes: Routes = [
37
// path: "rating",
38
// loadChildren: () => import("./rating/rating.routes").then(c => c.RATING_ROUTES),
39
// },
40
- // {
41
- // path: "task",
42
- // loadChildren: () => import("./task/task.routes").then(c => c.TASK_ROUTES),
43
- // },
+ {
+ path: "task",
+ loadChildren: () => import("./task/task.routes").then(c => c.TASK_ROUTES),
+ },
44
// {
45
// path: "trackBuss",
46
// loadChildren: () =>
0 commit comments