This commit is contained in:
Peter Maquiran
2021-08-10 13:22:33 +01:00
parent a6218e39c7
commit 05e3e1a95c
16 changed files with 376 additions and 106 deletions
+4
View File
@@ -167,6 +167,10 @@ const routes = [
{
path: 'all-processes',
loadChildren: () => import('./shared/gabinete-digital/all-processes/all-processes.module').then( m => m.AllProcessesPageModule)
},
{
path: 'searched-document-options',
loadChildren: () => import('./shared/popover/searched-document-options/searched-document-options.module').then( m => m.SearchedDocumentOptionsPageModule)
},