Ajout du composant 'jump' (détail d'un saut)

This commit is contained in:
Julien Gautier
2023-10-04 14:16:29 +02:00
parent b0c9dbd647
commit 37cbba6cad
10 changed files with 303 additions and 3 deletions
+4
View File
@@ -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)