remove components folder, as not being used.

This commit is contained in:
tiago.kayaya
2021-07-28 09:29:14 +01:00
parent b11307fdb1
commit e76c41a6bb
63 changed files with 179 additions and 203 deletions
+4
View File
@@ -155,6 +155,10 @@ const routes = [
{
path: 'inactivity',
loadChildren: () => import('./pages/inactivity/inactivity.module').then( m => m.InactivityPageModule)
},
{
path: 'profile',
loadChildren: () => import('./modals/profile/profile.module').then( m => m.ProfilePageModule)
},