fill
This commit is contained in:
12
lib/features/auth/presentation/presentation.dart
Normal file
12
lib/features/auth/presentation/presentation.dart
Normal file
@@ -0,0 +1,12 @@
|
||||
/// Barrel file for auth presentation layer exports
|
||||
///
|
||||
/// Provides clean imports for presentation layer components
|
||||
|
||||
// Pages
|
||||
export 'pages/login_page.dart';
|
||||
|
||||
// Providers
|
||||
export 'providers/auth_provider.dart';
|
||||
|
||||
// Widgets
|
||||
export 'widgets/login_form.dart';
|
||||
Reference in New Issue
Block a user