mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
-add header with no search funcionality
- change header in home and chat
This commit is contained in:
@@ -57,6 +57,10 @@ const routes: Routes = [
|
||||
{
|
||||
path: 'group-duration',
|
||||
loadChildren: () => import('./shared/popover/group-duration/group-duration.module').then( m => m.GroupDurationPageModule)
|
||||
},
|
||||
{
|
||||
path: 'header-no-search',
|
||||
loadChildren: () => import('./shared/headers/header-no-search/header-no-search.module').then( m => m.HeaderNoSearchPageModule)
|
||||
},
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user