TF-1074 Handle go to path /contact

This commit is contained in:
dab246
2022-10-25 01:07:39 +07:00
committed by Dat H. Pham
parent 50bba630d5
commit f2ab8136f8
8 changed files with 185 additions and 70 deletions
@@ -8,4 +8,8 @@ class ContactBindings extends Bindings {
void dependencies() {
Get.lazyPut(() => ContactController());
}
void dispose() {
Get.delete<ContactController>();
}
}