fronted: login

This commit is contained in:
2025-08-15 20:03:07 +02:00
parent f61b48fa4b
commit 1b2d95344a
184 changed files with 5238 additions and 232 deletions

View File

@@ -0,0 +1,11 @@
import { Component } from '@angular/core';
@Component({
selector: 'register-view',
imports: [],
templateUrl: './register-view.html',
styleUrl: './register-view.scss'
})
export class RegisterView {
}