Newer
Older
GestionHoteleria / src / app / authentication / lock / lock.component.ts
James Cuadrado on 23 May 2021 267 bytes new repository
import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'app-lock',
  templateUrl: './lock.component.html',
  styleUrls: ['./lock.component.css']
})
export class LockComponent implements OnInit {
  constructor() {}

  ngOnInit() {}
}