fix
This commit is contained in:
15
lib/features/auth/auth.dart
Normal file
15
lib/features/auth/auth.dart
Normal file
@@ -0,0 +1,15 @@
|
||||
/// Authentication Feature
|
||||
///
|
||||
/// Complete authentication feature following clean architecture.
|
||||
/// Includes login, registration, and user management.
|
||||
///
|
||||
/// Usage:
|
||||
/// ```dart
|
||||
/// import 'package:retail/features/auth/auth.dart';
|
||||
/// ```
|
||||
library;
|
||||
|
||||
// Export all layers
|
||||
export 'data/data.dart';
|
||||
export 'domain/domain.dart';
|
||||
export 'presentation/presentation.dart';
|
||||
Reference in New Issue
Block a user