|
|
|
|
@ -4,14 +4,11 @@ import 'package:problem_check_system/app/features/enterprise/presentation/bindin
|
|
|
|
|
import 'package:problem_check_system/app/features/enterprise/presentation/bindings/enterprise_list_binding.dart'; |
|
|
|
|
import 'package:problem_check_system/app/features/enterprise/presentation/bindings/enterprise_upload_binding.dart'; |
|
|
|
|
import 'package:problem_check_system/app/features/enterprise/presentation/pages/enterprise_form_page.dart'; |
|
|
|
|
import 'package:problem_check_system/app/features/enterprise/presentation/pages/enterprise_list_page.dart'; |
|
|
|
|
import 'package:problem_check_system/app/features/enterprise/presentation/pages/enterprise_upload_page.dart'; |
|
|
|
|
import 'package:problem_check_system/app/features/my/bindings/profile_binding.dart'; |
|
|
|
|
import 'package:problem_check_system/app/features/my/views/my_page.dart'; |
|
|
|
|
import 'package:problem_check_system/app/features/navigation/presentation/bindings/navigation_binding.dart'; |
|
|
|
|
import 'package:problem_check_system/app/features/navigation/presentation/pages/navigation_page.dart'; |
|
|
|
|
import 'package:problem_check_system/app/features/home/bindings/home_binding.dart'; |
|
|
|
|
import 'package:problem_check_system/app/features/home/pages/home_page.dart'; |
|
|
|
|
import 'package:problem_check_system/app/features/auth/bindings/login_binding.dart'; |
|
|
|
|
import 'package:problem_check_system/app/features/auth/views/login_page.dart'; |
|
|
|
|
import 'package:problem_check_system/app/features/my/bindings/change_password_binding.dart'; |
|
|
|
|
@ -20,7 +17,6 @@ import 'package:problem_check_system/app/features/problem/presentation/bindings/
|
|
|
|
|
import 'package:problem_check_system/app/features/problem/presentation/bindings/problem_list_binding.dart'; |
|
|
|
|
import 'package:problem_check_system/app/features/problem/presentation/bindings/problem_upload_binding.dart'; |
|
|
|
|
import 'package:problem_check_system/app/features/problem/presentation/pages/problem_form_page.dart'; |
|
|
|
|
import 'package:problem_check_system/app/features/problem/presentation/pages/problem_list_page.dart'; |
|
|
|
|
import 'package:problem_check_system/app/features/problem/presentation/pages/problem_upload_page.dart'; |
|
|
|
|
import 'package:problem_check_system/app/features/enterprise/presentation/pages/enterprise_info_page.dart'; |
|
|
|
|
|
|
|
|
|
|