This commit is contained in:
Peter Maquiran
2022-12-17 17:52:35 +01:00
parent 067c54bf00
commit 1c8abb2de7
11 changed files with 101 additions and 20 deletions
+4
View File
@@ -252,6 +252,10 @@ const routes = [
},
{
path: 'chat-message-debugging',
loadChildren: () => import('./shared/popover/chat-message-debugging/chat-message-debugging.module').then( m => m.ChatMessageDebuggingPageModule)
},
{
path: 'add-user',
loadChildren: () => import('./shared/chat/add-user/add-user.module').then( m => m.AddUserPageModule)
}