Skip to content

Commit 35cb406

Browse files
committed
feat: add missing export for on_activity_added state
1 parent 80f224d commit 35cb406

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/stream_feeds/lib/src/state.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export 'state/comment_reaction_list.dart';
1616
export 'state/comment_reaction_list_state.dart';
1717
export 'state/comment_reply_list.dart';
1818
export 'state/comment_reply_list_state.dart';
19+
export 'state/event/on_activity_added.dart';
1920
export 'state/feed.dart';
2021
export 'state/feed_list.dart';
2122
export 'state/feed_list_state.dart';

0 commit comments

Comments
 (0)