added ranking

This commit is contained in:
2026-03-26 17:55:23 +01:00
parent 373daa876a
commit 57b82b4d3f
4 changed files with 119 additions and 8 deletions
+3 -1
View File
@@ -8,7 +8,9 @@ export const routes: Routes = [
path: '',
loadComponent: () => import('./components/navbar/navbar.component').then(m => m.NavbarComponent),
children: [
{path: 'home', loadComponent: () => import('./pages/home/home.component').then(m => m.HomeComponent)},
{
path: 'home',
loadComponent: () => import('./pages/home/home.component').then(m => m.HomeComponent)},
{
path: 'groups',
loadComponent: () => import('./pages/groups/groups.component').then(m => m.GroupsComponent)