[CST-12791] rename of files & components by removing admin

This commit is contained in:
Alisa Ismailati
2024-01-12 16:04:12 +01:00
parent 565f723096
commit 16b9a14191
32 changed files with 270 additions and 271 deletions

View File

@@ -160,8 +160,8 @@ import { NOTIFICATIONS_MODULE_PATH } from './admin/admin-routing-paths';
},
{
path: NOTIFICATIONS_MODULE_PATH,
loadChildren: () => import('./admin/admin-notifications/admin-notifications.module')
.then((m) => m.AdminNotificationsModule),
loadChildren: () => import('./quality-assurance-notifications-pages/notifications-pages.module')
.then((m) => m.NotificationsPageModule),
canActivate: [AuthenticatedGuard, EndUserAgreementCurrentUserGuard]
},
{