feat: Add library directive to multiple BLoC and service files for improved organization
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
///
|
||||
/// All events extend [GroupEvent] and implement [Equatable] for proper
|
||||
/// equality comparison in the BLoC pattern.
|
||||
library;
|
||||
import 'package:equatable/equatable.dart';
|
||||
import '../../models/group.dart';
|
||||
import '../../models/group_member.dart';
|
||||
|
||||
Reference in New Issue
Block a user