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.
4 lines
99 B
Dart
4 lines
99 B
Dart
export 'progress_bar_column.dart';
|
|
export 'statistics_card.dart';
|
|
export 'tenders_list_item.dart';
|