This commit is contained in:
Mohamed Nouffer
2022-07-23 19:28:35 +05:30
parent 596ca077af
commit 7739fecdf7
10 changed files with 201 additions and 49 deletions

View File

@ -17,4 +17,8 @@ abstract class Routes {
static const HOME = '/home';
static const PERMISSION = '/permission';
static const SEARCH = '/search';
static const MAINPERF = '/mainperf';
static const SUBPERF = '/subperf';
static const CITY = '/city';
static const CATEOGORY = '/category';
}