detail on course
This commit is contained in:
@@ -25,6 +25,14 @@ const routes: Routes = [
|
||||
path: 'resultat',
|
||||
loadComponent: () => import('./pages/rapport/rapport').then((m) => m.Rapport),
|
||||
},
|
||||
{
|
||||
path: 'gains',
|
||||
loadComponent: () => import('./pages/gains/gains').then((m) => m.Gains),
|
||||
},
|
||||
{
|
||||
path: 'gains/:id',
|
||||
loadComponent: () => import('./pages/gain-details/gain-details').then((m) => m.GainDetails),
|
||||
},
|
||||
{
|
||||
path: 'users',
|
||||
loadComponent: () => import('./pages/users/users').then((m) => m.UsersPage),
|
||||
|
||||
Reference in New Issue
Block a user