more page added

This commit is contained in:
Olu Amey
2022-10-01 18:13:32 -04:00
parent c4a29c166b
commit 254eb0f10e
35 changed files with 473 additions and 21 deletions
+15
View File
@@ -0,0 +1,15 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-dash',
templateUrl: './dash.page.html',
styleUrls: ['./dash.page.scss'],
})
export class DashPage implements OnInit {
constructor() { }
ngOnInit() {
}
}