log out screen
This commit is contained in:
@@ -230,6 +230,10 @@ const routes: Routes = [
|
||||
path: 'playground',
|
||||
loadChildren: () => import('./pages-family/playground/playground.module').then(m => m.PlaygroundPageModule)
|
||||
},
|
||||
{
|
||||
path: 'logout',
|
||||
loadChildren: () => import('./pages/logout/logout.module').then(m => m.LogoutPageModule)
|
||||
},
|
||||
|
||||
];
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user