This commit is contained in:
Olu Amey
2020-11-14 20:49:45 -05:00
parent 58ed7fdc27
commit 15614fe488
9 changed files with 270 additions and 1 deletions
+6
View File
@@ -23,4 +23,10 @@ export class MermsDashPage implements OnInit {
goSettings() {
this.router.navigateByUrl('/merms-settings')
}
goPractice(){
this.router.navigateByUrl('/merms-practice')
}
goHome(){
}
}