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

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

  constructor() { }

  ngOnInit() {
  }

}