This commit is contained in:
tiago.kayaya
2021-05-04 17:03:44 +01:00
parent 29987825e0
commit a84bc7fb57
12 changed files with 312 additions and 42 deletions
+4
View File
@@ -67,6 +67,10 @@ const routes: Routes = [
{
path: 'add-note',
loadChildren: () => import('./modals/add-note/add-note.module').then( m => m.AddNotePageModule)
},
{
path: 'dar-parecer',
loadChildren: () => import('./modals/dar-parecer/dar-parecer.module').then( m => m.DarParecerPageModule)
},
/* {