fix
This commit is contained in:
13
lib/shared/shared.dart
Normal file
13
lib/shared/shared.dart
Normal file
@@ -0,0 +1,13 @@
|
||||
/// Shared Module Barrel Export
|
||||
///
|
||||
/// Central export file for cross-feature shared components.
|
||||
/// These widgets and utilities are used across multiple features.
|
||||
///
|
||||
/// Usage:
|
||||
/// ```dart
|
||||
/// import 'package:retail/shared/shared.dart';
|
||||
/// ```
|
||||
library;
|
||||
|
||||
// Export shared widgets
|
||||
export 'widgets/widgets.dart';
|
||||
Reference in New Issue
Block a user