add redirect message

This commit is contained in:
Peter Maquiran
2023-11-29 16:12:30 +01:00
parent 967d01e251
commit fe732a1997
16 changed files with 114 additions and 185 deletions
+4
View File
@@ -292,6 +292,10 @@ const routes = [
},
{
path: 'popup-question',
loadChildren: () => import('./modals/popup-question/popup-question.module').then( m => m.PopupQuestionPageModule)
},
{
path: 'not-found',
loadChildren: () => import('./pages/not-found/not-found.module').then( m => m.NotFoundPageModule)
}