This commit is contained in:
Olu Amey
2020-11-18 11:42:14 -05:00
parent 15614fe488
commit 95d832fc0c
76 changed files with 1319 additions and 22 deletions
@@ -0,0 +1,15 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-merms-patient',
templateUrl: './merms-patient.page.html',
styleUrls: ['./merms-patient.page.scss'],
})
export class MermsPatientPage implements OnInit {
constructor() { }
ngOnInit() {
}
}