dash page

This commit is contained in:
CHIEFSOFT\ameye
2024-01-05 13:23:15 -05:00
parent 2ca6c298a1
commit d43cb877ee
10 changed files with 184 additions and 5 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() {
}
}