Skip to content

Commit 8fd1f43

Browse files
committed
refactor: remove unused imports in app_state
- Removed unused local_config import - Cleaned up app_state.dart
1 parent d6a7ac8 commit 8fd1f43

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/app/bloc/app_state.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
part of 'app_bloc.dart';
22

3-
import 'package:ht_main/app/config/config.dart' as local_config;
4-
import 'package:ht_shared/ht_shared.dart' show AppConfig, UserAppSettings; // For AppConfig
5-
63
/// Represents the application's authentication status.
74
enum AppStatus {
85
/// The application is initializing and the status is unknown.

0 commit comments

Comments
 (0)