diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts
index 13c2c01..1307097 100644
--- a/src/app/app-routing.module.ts
+++ b/src/app/app-routing.module.ts
@@ -51,6 +51,10 @@ const routes: Routes = [
path: 'comanda',
loadChildren: () => import('./modules/comanda/comanda.module').then(m => m.ComandaModule)
},
+ {
+ path: 'cancelar-compra',
+ loadChildren: () => import('./modules/cancelar-compra/cancelar-compra.module').then(m => m.CancelarCompraModule)
+ },
{ path: '**', redirectTo: '', pathMatch: 'full' },
];
diff --git a/src/app/app.component.html b/src/app/app.component.html
index 0680b43..7972b71 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -1 +1,3 @@
-