Init home feature add presentation layer

This commit is contained in:
dab246
2021-07-27 12:54:28 +07:00
committed by Dat H. Pham
parent c235fcdecd
commit 360ab9a501
16 changed files with 677 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
abstract class AppRoutes {
static const HOME = '/';
static const LOGIN = '/login';
static const MAILBOX = '/mailbox';
}