Files
tm_app/lib/views/login/widgets/widgets.dart
T
amirrezaghabeli 8e428f55d6 Refactor: reorganize login screen structure and remove unused components
- Updated import path for the login screen.
- Removed the AppStrings class from constants as it has been integrated into core constants.
- Deleted unused files related to the home page and login components, including progress bars, statistics cards, and tenders list items.
- Cleaned up widget imports in the login screen to streamline the codebase.
2025-08-03 10:36:37 +03:30

5 lines
112 B
Dart

export 'login_button.dart';
export 'login_logo.dart';
export 'login_textfield.dart';
export 'login_title.dart';