add first-page for "ações presidenciais" view.

This commit is contained in:
Tiago Kayaya
2020-11-30 16:08:29 +01:00
parent 06df07e2e8
commit 216ef1dc9f
13 changed files with 318 additions and 0 deletions
+4
View File
@@ -13,6 +13,10 @@ const routes: Routes = [
{
path: 'chat',
loadChildren: () => import('./pages/chat/chat.module').then( m => m.ChatPageModule)
},
{
path: 'publications',
loadChildren: () => import('./pages/publications/publications.module').then( m => m.PublicationsPageModule)
},