cleaned code and fix css with grid

This commit is contained in:
2026-03-26 19:16:08 +01:00
parent 57b82b4d3f
commit 9346bf9ee3
3 changed files with 55 additions and 126 deletions
+2 -1
View File
@@ -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)