fix
This commit is contained in:
7
lib/features/auth/domain/domain.dart
Normal file
7
lib/features/auth/domain/domain.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
/// Export all auth domain layer components
|
||||
///
|
||||
/// Contains entities and repository interfaces (no use cases yet)
|
||||
library;
|
||||
|
||||
export 'entities/entities.dart';
|
||||
export 'repositories/auth_repository.dart';
|
||||
7
lib/features/auth/domain/entities/entities.dart
Normal file
7
lib/features/auth/domain/entities/entities.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
/// Export all auth domain entities
|
||||
///
|
||||
/// Contains core business entities for authentication
|
||||
library;
|
||||
|
||||
export 'auth_response.dart';
|
||||
export 'user.dart';
|
||||
Reference in New Issue
Block a user