Newer
Older
GestionHoteleria / src / app / dashboards / dashboard-components / profile / profile.component.ts
James Cuadrado on 23 May 2021 193 bytes new repository
import { Component } from '@angular/core';
@Component({
  selector: 'app-profile-box',
  templateUrl: './profile.component.html'
})
export class ProfileComponent {
  constructor() {}
}