Skip to content

Commit e4c5a1b

Browse files
committed
fix(app): reorder imports to maintain alphabetical order
- Reorganized import statements in lib/app/view/app.dart - Ensured imports are in alphabetical order for better code organization
1 parent 5ce7054 commit e4c5a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/app/view/app.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import 'package:flutter_news_app_mobile_client_full_source_code/app/services/pac
1515
import 'package:flutter_news_app_mobile_client_full_source_code/authentication/bloc/authentication_bloc.dart';
1616
import 'package:flutter_news_app_mobile_client_full_source_code/l10n/app_localizations.dart';
1717
import 'package:flutter_news_app_mobile_client_full_source_code/router/router.dart';
18-
import 'package:flutter_news_app_mobile_client_full_source_code/status/view/view.dart';
1918
import 'package:flutter_news_app_mobile_client_full_source_code/shared/services/content_limitation_service.dart';
19+
import 'package:flutter_news_app_mobile_client_full_source_code/status/view/view.dart';
2020
import 'package:go_router/go_router.dart';
2121
import 'package:kv_storage_service/kv_storage_service.dart';
2222
import 'package:logging/logging.dart';

0 commit comments

Comments
 (0)