mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
add new components for chat in shared
This commit is contained in:
@@ -9,7 +9,11 @@ const routes: Routes = [
|
||||
{
|
||||
path: '',
|
||||
loadChildren: () => import('./home/home.module').then( m => m.HomePageModule)
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'messages',
|
||||
loadChildren: () => import('./shared/chat/messages/messages.module').then( m => m.MessagesPageModule)
|
||||
}
|
||||
|
||||
];
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user