This commit is contained in:
Mohamed Nouffer
2022-05-24 20:43:41 +05:30
parent ee0440e6b6
commit 3cb7865d3b
60 changed files with 342 additions and 100 deletions

View File

@ -13,4 +13,5 @@ abstract class Routes {
static const REGISTER = '/register';
static const TRAVEL = '/travel';
static const LOADING = '/loading';
static const DESTINATION_MAP = '/destination_map';
}