Files
retail/lib/core/theme/theme.dart
Phuoc Nguyen bdaf0b96c5 fix
2025-10-10 17:36:10 +07:00

9 lines
168 B
Dart

/// Export all core theme components
///
/// Contains Material 3 theme configuration
library;
export 'app_theme.dart';
export 'colors.dart';
export 'typography.dart';