This commit is contained in:
CHIEFSOFT\ameye
2024-01-06 11:19:31 -05:00
parent 549cd00af7
commit 29e15425fe
10 changed files with 109 additions and 7 deletions
+5
View File
@@ -25,11 +25,16 @@ const routes: Routes = [
{
path: 'dash',
loadChildren: () => import('./pages/dash/dash.module').then(m => m.DashPageModule)
},
{
path: 'settings',
loadChildren: () => import('./pages/settings/settings.module').then(m => m.SettingsPageModule)
}
];
@NgModule({
imports: [