Files
MermsProviders/src/app/merms-mypatients/merms-mypatients.page.ts
T
Olu Amey 89b8b496b0 fix
2020-12-05 14:06:39 -05:00

18 lines
315 B
TypeScript

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