changed groups page to publication page

This commit is contained in:
2026-05-13 18:13:01 +01:00
parent f09d5a0f11
commit fb467d52d9
7 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export const routes: Routes = [
},
{
path: 'groups',
loadComponent: () => import('./pages/groups/groups.component').then(m => m.GroupsComponent)
loadComponent: () => import('./pages/publication/publication.component').then(m => m.PublicationComponent)
},
{
path: 'ranking',