fix despacho from a task

This commit is contained in:
tiago.kayaya
2021-04-29 13:58:52 +01:00
parent 1f8875a5d0
commit b7337ab9dd
28 changed files with 1615 additions and 30 deletions
+4
View File
@@ -51,6 +51,10 @@ const routes: Routes = [
{
path: 'despachos',
loadChildren: () => import('./shared/gabinete-digital/despachos/despachos.module').then( m => m.DespachosPageModule)
},
{
path: 'create-process',
loadChildren: () => import('./modals/create-process/create-process.module').then( m => m.CreateProcessPageModule)
},
/* {