changed groups page to publication page
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user