added ranking
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user