task pages

This commit is contained in:
CHIEFSOFT\ameye
2023-08-17 12:43:45 -04:00
parent aa8b643fb2
commit e5ea888a3f
17 changed files with 660 additions and 16 deletions
+15
View File
@@ -0,0 +1,15 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-resetpass',
templateUrl: './resetpass.page.html',
styleUrls: ['./resetpass.page.scss'],
})
export class ResetpassPage implements OnInit {
constructor() { }
ngOnInit() {
}
}