This commit is contained in:
tiago.kayaya
2022-03-31 14:09:13 +01:00
parent 274f8f0d62
commit edcd2025d1
8 changed files with 130 additions and 41 deletions
@@ -0,0 +1,15 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-evandre',
templateUrl: './evandre.page.html',
styleUrls: ['./evandre.page.scss'],
})
export class EvandrePage implements OnInit {
constructor() { }
ngOnInit() {
}
}