Skip to content

Commit 4ad9240

Browse files
committed
refactor(account): update import statement in saved_headlines_page.dart
- Remove unused import of HeadlineItemWidget - Update shared import to only include FeedCore widget
1 parent 7ce55d1 commit 4ad9240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/account/view/saved_headlines_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import 'package:flutter_news_app_mobile_client_full_source_code/app/bloc/app_blo
66
// HeadlineItemWidget import removed
77
import 'package:flutter_news_app_mobile_client_full_source_code/l10n/l10n.dart';
88
import 'package:flutter_news_app_mobile_client_full_source_code/router/routes.dart';
9-
import 'package:flutter_news_app_mobile_client_full_source_code/shared/shared.dart';
9+
import 'package:flutter_news_app_mobile_client_full_source_code/shared/widgets/feed_core/feed_core.dart';
1010
import 'package:go_router/go_router.dart';
1111
import 'package:ui_kit/ui_kit.dart';
1212

0 commit comments

Comments
 (0)