Newer
Older
GestionHoteleria / src / app / components / shared / categories-section / categories-section.component.ts
James Cuadrado on 23 May 2021 317 bytes init
import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'app-categories-section',
  templateUrl: './categories-section.component.html',
  styleUrls: ['./categories-section.component.sass']
})
export class CategoriesSectionComponent implements OnInit {

  constructor() { }

  ngOnInit() {
  }

}