---|qcm| Mise à jour du component 'QCM'

This commit is contained in:
Julien Gautier
2023-10-06 01:54:33 +02:00
parent 6f2bdf2b4f
commit 08273863b7
8 changed files with 50 additions and 23 deletions
+4
View File
@@ -22,6 +22,10 @@ const routes: Routes = [
path: 'profile',
loadChildren: () => import('./components/profile/profile.module').then(m => m.ProfileModule)
},
{
path: 'qcm',
loadChildren: () => import('./components/qcm/qcm.module').then(m => m.QCMModule)
},
{
path: 'settings',
loadChildren: () => import('./components/settings/settings.module').then(m => m.SettingsModule)