8e428f55d6
- 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.
5 lines
112 B
Dart
5 lines
112 B
Dart
export 'login_button.dart';
|
|
export 'login_logo.dart';
|
|
export 'login_textfield.dart';
|
|
export 'login_title.dart';
|