redeem pages

This commit is contained in:
CHIEFSOFT\ameye
2023-08-23 10:30:25 -04:00
parent 44cc2c6ac3
commit cc8f9d37db
12 changed files with 706 additions and 2 deletions
+4
View File
@@ -202,6 +202,10 @@ const routes: Routes = [
path: 'pendingoffers',
loadChildren: () => import('./pages/pendingoffers/pendingoffers.module').then(m => m.PendingoffersPageModule)
},
{
path: 'redeem',
loadChildren: () => import('./pages/redeem/redeem.module').then(m => m.RedeemPageModule)
},
];
@NgModule({