This commit is contained in:
Mohamed Nouffer
2022-07-20 20:55:54 +05:30
parent 5283b5052e
commit 25410a7ebd
8 changed files with 85 additions and 23 deletions

View File

@ -16,4 +16,5 @@ abstract class Routes {
static const DESTINATION_MAP = '/destination_map';
static const HOME = '/home';
static const PERMISSION = '/permission';
static const SEARCH = '/search';
}