play ground

This commit is contained in:
CHIEFSOFT\ameye
2024-07-12 21:36:59 -04:00
parent fc3c7c4750
commit b11ee92bd5
9 changed files with 121 additions and 1 deletions
+5
View File
@@ -290,6 +290,11 @@ const routes: Routes = [
path: 'managependingoffers',
loadChildren: () => import('./pages/managependingoffers/managependingoffers.module').then(m => m.ManagependingoffersPageModule)
},
{
path: 'playgrdview',
loadChildren: () => import('./pages/playgrdview/playgrdview.module').then(m => m.PlaygrdviewPageModule)
},