import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'vex-proyectos-p',
  templateUrl: './proyectos-p.component.html',
  styleUrls: ['./proyectos-p.component.css']
})
export class ProyectosPComponent implements OnInit {

  constructor() { }

  ngOnInit(): void {
  }

}