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

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

  constructor() { }

  ngOnInit() {
  }

}