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