Skip to content

Commit e2a98c8

Browse files
committed
refactor(localization): update import statements for localization
- Replace 'ht_dashboard/l10n/l10n.dart' with 'flutter_news_app_web_dashboard_full_source_code/l10n/l10n.dart' - Add 'core/core.dart' import - Remove 'ht_shared/ht_shared.dart' import
1 parent 751e3c5 commit e2a98c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/shared/extensions/content_status_l10n.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
import 'package:core/core.dart';
12
import 'package:flutter/widgets.dart';
2-
import 'package:ht_dashboard/l10n/l10n.dart';
3-
import 'package:ht_shared/ht_shared.dart';
3+
import 'package:flutter_news_app_web_dashboard_full_source_code/l10n/l10n.dart';
44

55
/// Provides a localized string representation for [ContentStatus].
66
extension ContentStatusL10n on ContentStatus {

0 commit comments

Comments
 (0)