fill
This commit is contained in:
13
lib/features/auth/data/data.dart
Normal file
13
lib/features/auth/data/data.dart
Normal file
@@ -0,0 +1,13 @@
|
||||
/// Barrel file for auth data layer exports
|
||||
///
|
||||
/// Provides clean imports for data layer components
|
||||
|
||||
// Data sources
|
||||
export 'datasources/auth_remote_datasource.dart';
|
||||
|
||||
// Models
|
||||
export 'models/login_request_model.dart';
|
||||
export 'models/user_model.dart';
|
||||
|
||||
// Repositories
|
||||
export 'repositories/auth_repository_impl.dart';
|
||||
Reference in New Issue
Block a user