diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 1d6e490..754d2f0 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -10,8 +10,8 @@ const routes: Routes = [ component: AdminComponent, children: [ { - path: 'formas-pago', - loadChildren: () => import('./modules/formas-pago/formas-pago.module').then(m => m.FormasPagoModule) + path: 'info-formas-pago', + loadChildren: () => import('./modules/info-formas-pago/info-formas-pago.module').then(m => m.InfoFormasPagoModule) }, { path: 'opcion-pedido', diff --git a/src/app/modules/formas-pago/formas-pago-routing.module.ts b/src/app/modules/formas-pago/formas-pago-routing.module.ts deleted file mode 100644 index 510bcbc..0000000 --- a/src/app/modules/formas-pago/formas-pago-routing.module.ts +++ /dev/null @@ -1,11 +0,0 @@ -import { NgModule } from "@angular/core"; -import { Routes, RouterModule } from "@angular/router"; -import { FormasPagoComponent } from "./formas-pago.component"; - -const routes: Routes = [{ path: "", component: FormasPagoComponent }]; - -@NgModule({ - imports: [RouterModule.forChild(routes)], - exports: [RouterModule] -}) -export class FormasPagoRoutingModule {} diff --git a/src/app/modules/formas-pago/formas-pago.component.html b/src/app/modules/formas-pago/formas-pago.component.html deleted file mode 100644 index e095499..0000000 --- a/src/app/modules/formas-pago/formas-pago.component.html +++ /dev/null @@ -1,32 +0,0 @@ -
ESTA TERMINAL OPERA CON
-
- tarjetas y
-
-
SI PREFERIS PAGAR EN EFECTIVO
-te esperamos en la caja
-TOCA PARA COMENZAR