Skip to content

Commit 61af038

Browse files
committed
refactor(auth): remove unused import
- Removed unnecessary import of `AppTheme`. - Improved code cleanliness.
1 parent cb86934 commit 61af038

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/authentication/view/authentication_page.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import 'package:ht_dashboard/authentication/bloc/authentication_bloc.dart';
55
import 'package:ht_dashboard/l10n/l10n.dart';
66
import 'package:ht_dashboard/router/routes.dart';
77
import 'package:ht_dashboard/shared/constants/app_spacing.dart';
8-
import 'package:ht_dashboard/shared/theme/app_theme.dart';
98

109
/// {@template authentication_page}
1110
/// Displays authentication options for the dashboard.

0 commit comments

Comments
 (0)