This commit is contained in:
Olu Amey
2020-12-07 16:29:41 -05:00
parent 18b62529c1
commit c90ca15a68
9 changed files with 254 additions and 1 deletions
@@ -0,0 +1,17 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-merms-opencare',
templateUrl: './merms-opencare.page.html',
styleUrls: ['./merms-opencare.page.scss'],
})
export class MermsOpencarePage implements OnInit {
constructor() { }
ngOnInit() {
}
goBack(){
}
}