This commit is contained in:
Olu Amey
2020-11-28 18:12:59 -05:00
parent 944552e117
commit f1d4c2b2f0
9 changed files with 99 additions and 6 deletions
+5
View File
@@ -92,4 +92,9 @@ export class MermsDashPage implements OnInit {
goCalendar() {
this.router.navigateByUrl('/merms-calendar')
}
goWallet() {
this.router.navigateByUrl('/merms-wallet')
}
}