runable
This commit is contained in:
@@ -3,11 +3,8 @@
|
||||
/// Contains Riverpod providers for category state management
|
||||
library;
|
||||
|
||||
export 'category_datasource_provider.dart';
|
||||
export 'categories_provider.dart';
|
||||
export 'category_product_count_provider.dart';
|
||||
// Export datasource providers
|
||||
export 'category_remote_datasource_provider.dart';
|
||||
|
||||
// Note: SelectedCategory provider is defined in categories_provider.dart
|
||||
// but we avoid exporting it separately to prevent ambiguous exports with
|
||||
// the products feature. Use selectedCategoryProvider directly from
|
||||
// categories_provider.dart or from products feature.
|
||||
// Export state providers
|
||||
export 'categories_provider.dart';
|
||||
|
||||
Reference in New Issue
Block a user