cleaned code and fix css with grid
This commit is contained in:
@@ -10,7 +10,8 @@ export const routes: Routes = [
|
||||
children: [
|
||||
{
|
||||
path: 'home',
|
||||
loadComponent: () => import('./pages/home/home.component').then(m => m.HomeComponent)},
|
||||
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