This commit is contained in:
tiago.kayaya
2021-05-03 20:02:07 +01:00
parent 99964f201d
commit 97e60d6d13
10 changed files with 186 additions and 4 deletions
+4
View File
@@ -63,6 +63,10 @@ const routes: Routes = [
{
path: 'delegar',
loadChildren: () => import('./modals/delegar/delegar.module').then( m => m.DelegarPageModule)
},
{
path: 'add-note',
loadChildren: () => import('./modals/add-note/add-note.module').then( m => m.AddNotePageModule)
},
/* {