feat: implement logout functionality and enhance contact layout
This commit is contained in:
@@ -19,6 +19,11 @@ export const routes: Routes = [
|
||||
redirectTo: 'admin/about',
|
||||
pathMatch: 'full'
|
||||
},
|
||||
{
|
||||
path: 'admin',
|
||||
redirectTo: 'admin/about',
|
||||
pathMatch: 'full'
|
||||
},
|
||||
{
|
||||
path: 'admin',
|
||||
component: AdminLayout,
|
||||
|
||||
Reference in New Issue
Block a user