clean create event page, stop video, event list box

This commit is contained in:
Peter Maquiran
2023-12-06 12:07:22 +01:00
26 changed files with 351 additions and 79 deletions
+4
View File
@@ -292,6 +292,10 @@ const routes = [
},
{
path: 'popup-question',
loadChildren: () => import('./modals/popup-question/popup-question.module').then( m => m.PopupQuestionPageModule)
},
{
path: 'swiper',
loadChildren: () => import('./shared/swiper/swiper.module').then( m => m.SwiperPageModule)
}