9 lines
168 B
Dart
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';
|