added home tabs

This commit is contained in:
CHIEFSOFT\ameye
2024-01-03 14:26:26 -05:00
parent b78358b4f5
commit 41d3e7d54a
27 changed files with 71 additions and 20 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { PreloadAllModules, RouterModule, Routes } from '@angular/router';
const routes: Routes = [
{
path: '',
loadChildren: () => import('./tabs/tabs.module').then(m => m.TabsPageModule)
loadChildren: () => import('./pages/tabs/tabs.module').then(m => m.TabsPageModule)
}
];
@NgModule({