Newer
Older
GestionHoteleria / src / app / icons / material / material.component.ts
James Cuadrado on 23 May 2021 139 bytes new repository
import { Component } from '@angular/core';
@Component({
  templateUrl: 'material.component.html'
})
export class MaterialComponent {}