Commit 04cab3d712e56894c6113b299b169f27bf69a8b7
1 parent
032999d5a5
Exists in
develop
Fix
Lint errors
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/app/app-routing.module.ts
... | ... | @@ -15,7 +15,8 @@ const routes: Routes = [ |
15 | 15 | }, |
16 | 16 | { |
17 | 17 | path: 'indicaciones-pago-tarjeta', |
18 | - loadChildren: () => import('./modules/indicaciones-pago-tarjeta/indicaciones-pago-tarjeta.module').then(m => m.IndicacionesPagoTarjetaModule) | |
18 | + loadChildren: () => import('./modules/indicaciones-pago-tarjeta/indicaciones-pago-tarjeta.module') | |
19 | + .then(m => m.IndicacionesPagoTarjetaModule) | |
19 | 20 | }, |
20 | 21 | { |
21 | 22 | path: 'opcion-pedido', |