style chat-contacts-list page

This commit is contained in:
tiago.kayaya
2020-12-22 15:53:30 +01:00
parent 4c16f7bd83
commit 92393c5970
17 changed files with 319 additions and 93 deletions
+4
View File
@@ -29,6 +29,10 @@ const routes: Routes = [
{
path: 'header-pr',
loadChildren: () => import('./shared/header-pr/header-pr.module').then( m => m.HeaderPrPageModule)
},
{
path: 'btn-seguinte',
loadChildren: () => import('./shared/btn-seguinte/btn-seguinte.module').then( m => m.BtnSeguintePageModule)
},