Skip to content

Commit def36b3

Browse files
committed
fix: Add missing library declaration in theme.dart files
1 parent b45838b commit def36b3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docpilot_doctor/lib/core/theme/theme.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/// ```dart
77
/// import 'package:docpilot_doctor/core/theme/theme.dart';
88
/// ```
9+
library;
910

1011
export 'palette.dart';
1112
export 'app_theme.dart';

docpilot_patient/lib/core/theme/theme.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/// ```dart
77
/// import 'package:docpilot_patient/core/theme/theme.dart';
88
/// ```
9+
library;
910

1011
export 'palette.dart';
1112
export 'app_theme.dart';

0 commit comments

Comments
 (0)