Files
MermsProviders/src/app/patient/merms-selectedpatient/merms-selectedpatient.page.ts
T
Olu Amey fffcc586e2 fix
2020-12-07 13:11:06 -05:00

18 lines
335 B
TypeScript

import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-merms-selectedpatient',
templateUrl: './merms-selectedpatient.page.html',
styleUrls: ['./merms-selectedpatient.page.scss'],
})
export class MermsSelectedpatientPage implements OnInit {
constructor() { }
ngOnInit() {
}
goBack(){
}
}