Skip to content

Commit 7b4f0ff

Browse files
authored
fix: export the Reaction component (#1877)
Exposes the `Reaction` component from the SDK. Tidies up the barrel file.
1 parent 2c553c9 commit 7b4f0ff

File tree

1 file changed

+2
-2
lines changed
  • packages/react-sdk/src/components

1 file changed

+2
-2
lines changed

packages/react-sdk/src/components/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ export * from './Button';
44
export * from './CallControls';
55
export * from './CallParticipantsList';
66
export * from './CallPreview';
7-
export * from './CallStats';
87
export * from './CallRecordingList';
98
export * from './CallStats';
109
export * from './DeviceSettings';
@@ -14,9 +13,10 @@ export * from './LoadingIndicator';
1413
export * from './Menu';
1514
export * from './NoiseCancellation';
1615
export * from './Notification';
16+
export * from './Reaction';
1717
export * from './RingingCall';
1818
export * from './Permissions';
19-
export * from './StreamTheme';
2019
export * from './Search';
20+
export * from './StreamTheme';
2121
export * from './Tooltip';
2222
export * from './VideoPreview';

0 commit comments

Comments
 (0)