TF-460 Create ManageAccountDashBoardView

This commit is contained in:
dab246
2022-04-25 16:54:13 +07:00
committed by Dat H. Pham
parent 52fd989272
commit d1c341b020
15 changed files with 346 additions and 25 deletions
+1
View File
@@ -9,4 +9,5 @@ abstract class AppRoutes {
static const COMPOSER = '/composer';
static const DESTINATION_PICKER = '/destinationPicker';
static const MAILBOX_CREATOR = '/mailboxCreator';
static const MANAGE_ACCOUNT = '/manage_account';
}