mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
Search page improvve
This commit is contained in:
@@ -11,6 +11,10 @@ const routes: Routes = [
|
||||
{
|
||||
path: 'sender',
|
||||
loadChildren: () => import('./sender/sender.module').then( m => m.SenderPageModule)
|
||||
},
|
||||
{
|
||||
path: 'filter',
|
||||
loadChildren: () => import('./filter/filter.module').then( m => m.FilterPageModule)
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user