Skip to content

Commit 728d9cf

Browse files
committed
refactor(feed): remove unused repository import
1 parent 1a69e44 commit 728d9cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/headlines-feed/view/source_filter_page.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ import 'package:ht_main/headlines-feed/bloc/sources_filter_bloc.dart'; // Import
88
import 'package:ht_main/l10n/l10n.dart';
99
import 'package:ht_main/shared/constants/constants.dart';
1010
import 'package:ht_main/shared/widgets/widgets.dart'; // For loading/error widgets
11-
import 'package:ht_sources_client/ht_sources_client.dart';
12-
// Removed repository import: import 'package:ht_sources_repository/ht_sources_repository.dart';
11+
import 'package:ht_shared/ht_shared.dart' show Source; // Import Source model
1312

1413
/// {@template source_filter_page}
1514
/// A page dedicated to selecting news sources for filtering headlines.

0 commit comments

Comments
 (0)