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
@@ -23,6 +23,10 @@ const routes: Routes = [
{
path: 'despachos',
loadChildren: () => import('./despachos/despachos.module').then( m => m.DespachosPageModule)
},
{
path: 'pedidos',
loadChildren: () => import('./pedidos/pedidos.module').then( m => m.PedidosPageModule)
},