settings
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user