mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
finish styling individual messages view for desktop
This commit is contained in:
@@ -10,7 +10,7 @@ const routes: Routes = [
|
||||
path: '',
|
||||
component: ChatPage,
|
||||
},
|
||||
/* {
|
||||
{
|
||||
path: 'conversation',
|
||||
loadChildren: () => import('./conversation/conversation.module').then( m => m.ConversationPageModule)
|
||||
},
|
||||
@@ -39,7 +39,7 @@ const routes: Routes = [
|
||||
path: 'test',
|
||||
outlet:'test',
|
||||
loadChildren: () => import('./test/test.module').then( m => m.TestPageModule)
|
||||
} */
|
||||
}
|
||||
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user