Newer
Older
HoteleriaAdmin / src / app / dashboards / dashboard-components / reserve / reserve.component.ts
import { Component, OnInit } from '@angular/core';

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

  constructor() { }

  ngOnInit(): void {
  }

}