fix : page route widget and other page

This commit is contained in:
2025-07-14 09:27:13 +03:30
parent 6567f5561b
commit 963630602e
4 changed files with 6 additions and 10 deletions

View File

@@ -25,7 +25,6 @@ class RootLogic extends GetxController {
final defaultRoutes = <int, String>{0: ChickenRoutes.buy, 1: ChickenRoutes.sale};
List<String> routesName = ['رصدطیور'];
late DioRemote dioRemote;
var tokenService = Get.find<TokenStorageService>();