Newer
Older
GestionHoteleria / src / app / dashboards / dashboard-components / to-do / todo.component.ts
James Cuadrado on 23 May 2021 227 bytes new repository
import { Component } from '@angular/core';
@Component({
  // tslint:disable-next-line:component-selector
  selector: 'to-do',
  templateUrl: './todo.component.html'
})
export class TodoComponent {
  constructor() {}
}