Refinamentos 2

This commit is contained in:
Paulo Pinto
2020-08-28 12:53:37 +01:00
parent e30e38f253
commit 6a0680bd3d
10 changed files with 4 additions and 194 deletions
@@ -11,10 +11,6 @@ const routes: Routes = [
{
path: 'expediente',
loadChildren: () => import('./expediente/expediente.module').then( m => m.ExpedientePageModule)
},
{
path: 'expediente-modal',
loadChildren: () => import('../../pages/gabinete-digital/expediente-modal/expediente-modal.module').then( m => m.ExpedienteModalPageModule)
}
];