feat : some changes
This commit is contained in:
@@ -39,7 +39,6 @@ sealed class LiveStockPages {
|
||||
Get.lazyPut(() => RequestsLogic());
|
||||
Get.lazyPut(() => MapLogic());
|
||||
Get.lazyPut(() => ProfileLogic());
|
||||
Get.lazyPut(() => ProfileLogic());
|
||||
Get.lazyPut(() => MapWidgetLogic());
|
||||
Get.lazyPut(() => BaseLogic());
|
||||
}),
|
||||
|
||||
@@ -8,8 +8,6 @@ sealed class LiveStockRoutes {
|
||||
static const requests = '/requests';
|
||||
static const map = '/map';
|
||||
static const profile = '/profile';
|
||||
|
||||
//static const requestTagging = '$init/tagging';
|
||||
static const requestTagging = '$requests/tagging';
|
||||
static const tagging = '/tagging';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user