Ajout du composant 'jump' (détail d'un saut)
This commit is contained in:
@@ -10,6 +10,10 @@ const routes: Routes = [
|
||||
path: 'dashboard',
|
||||
loadChildren: () => import('./components/dashboard/dashboard.module').then(m => m.DashboardModule)
|
||||
},
|
||||
{
|
||||
path: 'jump',
|
||||
loadChildren: () => import('./components/jump/jump.module').then(m => m.JumpModule)
|
||||
},
|
||||
{
|
||||
path: 'logbook',
|
||||
loadChildren: () => import('./components/logbook/logbook.module').then(m => m.LogbookModule)
|
||||
|
||||
Reference in New Issue
Block a user