fix
This commit is contained in:
15
lib/features/home/home.dart
Normal file
15
lib/features/home/home.dart
Normal file
@@ -0,0 +1,15 @@
|
||||
/// Home/Cart Feature
|
||||
///
|
||||
/// Complete home and shopping cart feature following clean architecture.
|
||||
/// Includes cart management, product selection, and checkout operations.
|
||||
///
|
||||
/// Usage:
|
||||
/// ```dart
|
||||
/// import 'package:retail/features/home/home.dart';
|
||||
/// ```
|
||||
library;
|
||||
|
||||
// Export all layers
|
||||
export 'data/data.dart';
|
||||
export 'domain/domain.dart';
|
||||
export 'presentation/presentation.dart';
|
||||
Reference in New Issue
Block a user