TF-1074 Handle go to path /dashboard

This commit is contained in:
dab246
2022-10-24 17:49:09 +07:00
committed by Dat H. Pham
parent b5e0569907
commit d3124f055b
6 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ abstract class AppRoutes {
static const home = '/';
static const login = '/login';
static const session = '/session';
static const dashboard = '/dashBoard';
static const dashboard = '/dashboard';
static const composer = '/composer';
static const destinationPicker = '/destination_picker';
static const settings = '/settings';