---|qcm| Mise à jour du component 'QCM'
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user