improvements

This commit is contained in:
tiago.kayaya
2021-04-22 11:02:44 +01:00
parent b58e14b0dc
commit c02c5ba260
13 changed files with 603 additions and 63 deletions
+4
View File
@@ -47,6 +47,10 @@ const routes: Routes = [
{
path: 'pedidos',
loadChildren: () => import('./shared/gabinete-digital/pedidos/pedidos.module').then( m => m.PedidosPageModule)
},
{
path: 'despachos',
loadChildren: () => import('./shared/gabinete-digital/despachos/despachos.module').then( m => m.DespachosPageModule)
},
/* {