fix book-meeting

This commit is contained in:
tiago.kayaya
2021-04-22 09:35:13 +01:00
parent c6534374cd
commit b58e14b0dc
13 changed files with 466 additions and 4 deletions
+4
View File
@@ -43,6 +43,10 @@ const routes: Routes = [
{
path: 'edit-group',
loadChildren: () => import('./shared/chat/edit-group/edit-group.module').then( m => m.EditGroupPageModule)
},
{
path: 'pedidos',
loadChildren: () => import('./shared/gabinete-digital/pedidos/pedidos.module').then( m => m.PedidosPageModule)
},
/* {