13 lines
356 B
Dart
13 lines
356 B
Dart
/// 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';
|