Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
2026-04-28 12:03:35 +02:00
8 changed files with 165 additions and 7 deletions
+5
View File
@@ -34,4 +34,9 @@ export const routes: Routes = [
path:'login',
loadComponent: () => import('./pages/login-form/login-form.component').then(x => x.LoginFormComponent)
},
{
path:'register',
loadComponent: () => import('./pages/register-form/register-form.component').then(x => x.RegisterFormComponent)
},
];