add price policy
This commit is contained in:
12
lib/features/price_policy/price_policy.dart
Normal file
12
lib/features/price_policy/price_policy.dart
Normal file
@@ -0,0 +1,12 @@
|
||||
/// Price Policy Feature Barrel Export
|
||||
///
|
||||
/// Provides easy access to all price policy feature components.
|
||||
library;
|
||||
|
||||
// Domain
|
||||
export 'domain/entities/price_document.dart';
|
||||
|
||||
// Presentation
|
||||
export 'presentation/pages/price_policy_page.dart';
|
||||
export 'presentation/widgets/document_card.dart';
|
||||
export 'presentation/providers/price_documents_provider.dart';
|
||||
Reference in New Issue
Block a user