Skip to content

Commit

Permalink
refactor(statistic): export only used entities
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanaidilp committed Feb 21, 2024
1 parent 329bc6a commit 0961eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/statistic/lib/statistic.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
library statistic;

export 'src/di/injector.module.dart';
export 'src/domain/entities/entities.dart';
export 'src/domain/entities/entities.dart' show CovidTest, Statistic;
export 'src/presentation/cubits/cubits.dart';
export 'src/presentation/widgets/widgets.dart';
export 'src/router/router.dart';

0 comments on commit 0961eaf

Please sign in to comment.