refactor: update routing and logic for steward features, including route imports and path adjustments

This commit is contained in:
2025-12-08 11:09:24 +03:30
parent 2f4edc1b6e
commit 890be0ded6
56 changed files with 519 additions and 305 deletions

View File

@@ -1,4 +1,4 @@
import 'package:flutter_test/flutter_test.dart';
/* import 'package:flutter_test/flutter_test.dart';
import 'package:rasadyar_chicken/data/common/fa_user_role.dart';
import 'package:rasadyar_chicken/presentation/routes/routes.dart';
@@ -23,4 +23,4 @@ void main() {
expect(getFaUserRoleWithOnTap(null), {'نامشخص': null});
});
});
}
} */