diff --git a/src/app/home/home-routing.module.ts b/src/app/home/home-routing.module.ts index 5226aa346..75c242352 100644 --- a/src/app/home/home-routing.module.ts +++ b/src/app/home/home-routing.module.ts @@ -152,6 +152,10 @@ const routes: Routes = [ }, ] }, + { + path:'new-publication', + loadChildren: ()=> import('../shared/publication/new-publication/new-publication.module').then(m => m.NewPublicationPageModule) + }, ] }, { diff --git a/src/app/pages/agenda/edit-event/edit-event.page.html b/src/app/pages/agenda/edit-event/edit-event.page.html index 501d7f7ea..70cfc2bcd 100644 --- a/src/app/pages/agenda/edit-event/edit-event.page.html +++ b/src/app/pages/agenda/edit-event/edit-event.page.html @@ -1,20 +1,20 @@
-
+
- Editar Evento com divisão + Editar Evento
-
+
@@ -201,7 +201,7 @@
-
+