Files
hemat_solution/src/app/content/full-pages/authentication/login-with-bg/login-with-bg.component.ts
2024-04-19 12:53:45 +07:00

13 lines
258 B
TypeScript

import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-login-with-bg',
templateUrl: './login-with-bg.component.html',
styleUrls: ['./login-with-bg.component.css']
})
export class LoginWithBgComponent {
constructor() { }
}