Skip to content

Commit b788018

Browse files
committed
refactor(content_management): update import statements
- Remove unused import of edit_source_bloc.dart - Add missing import of source_type_l10n.dart
1 parent 63ab07a commit b788018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/content_management/view/sources_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import 'package:data_table_2/data_table_2.dart';
33
import 'package:flutter/material.dart';
44
import 'package:flutter_bloc/flutter_bloc.dart';
55
import 'package:flutter_news_app_web_dashboard_full_source_code/content_management/bloc/content_management_bloc.dart';
6-
import 'package:flutter_news_app_web_dashboard_full_source_code/content_management/bloc/edit_source/edit_source_bloc.dart';
76
import 'package:flutter_news_app_web_dashboard_full_source_code/l10n/app_localizations.dart';
87
import 'package:flutter_news_app_web_dashboard_full_source_code/l10n/l10n.dart';
98
import 'package:flutter_news_app_web_dashboard_full_source_code/router/routes.dart';
9+
import 'package:flutter_news_app_web_dashboard_full_source_code/shared/extensions/source_type_l10n.dart';
1010
import 'package:flutter_news_app_web_dashboard_full_source_code/shared/extensions/content_status_l10n.dart';
1111
import 'package:go_router/go_router.dart';
1212
import 'package:intl/intl.dart';

0 commit comments

Comments
 (0)