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.
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ import 'data/repositories/auth_repository.dart';
|
||||
import 'data/services/auth_service.dart';
|
||||
import 'size_config.dart';
|
||||
import 'view_models/auth_view_model.dart';
|
||||
import 'views/login_screen.dart';
|
||||
import 'views/login/login_screen.dart';
|
||||
|
||||
void main() {
|
||||
runApp(
|
||||
|
||||
Reference in New Issue
Block a user