dash page
This commit is contained in:
@@ -21,10 +21,15 @@ const routes: Routes = [
|
||||
{
|
||||
path: 'register',
|
||||
loadChildren: () => import('./extpages/register/register.module').then(m => m.RegisterPageModule)
|
||||
},
|
||||
{
|
||||
path: 'dash',
|
||||
loadChildren: () => import('./pages/dash/dash.module').then(m => m.DashPageModule)
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
];
|
||||
@NgModule({
|
||||
imports: [
|
||||
|
||||
Reference in New Issue
Block a user