TF-2387 Add TwakeWelcome page the first time app launch
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
abstract class AppRoutes {
|
||||
static const home = '/';
|
||||
static const twakeWelcome = '/twake_welcome';
|
||||
static const login = '/login';
|
||||
static const dashboard = '/dashboard';
|
||||
static const dashboardWithParameter = '/dashboard/:id';
|
||||
|
||||
Reference in New Issue
Block a user