login view

This commit is contained in:
2022-11-30 10:44:58 +01:00
parent 7d639ba238
commit 0ef01c0bd8
8 changed files with 99 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-login-page',
templateUrl: './login-page.component.html',
styleUrls: ['./login-page.component.scss']
})
export class LoginPageComponent {
}