This commit is contained in:
tiago.kayaya
2021-05-07 14:25:56 +01:00
parent 3773041b1f
commit 249b7e33be
13 changed files with 178 additions and 0 deletions
@@ -31,6 +31,10 @@ const routes: Routes = [
{
path: 'pendentes',
loadChildren: () => import('./pendentes/pendentes.module').then( m => m.PendentesPageModule)
},
{
path: 'despachos-pr',
loadChildren: () => import('./despachos-pr/despachos-pr.module').then( m => m.DespachosPrPageModule)
},