Skip to content

Commit b5601fe

Browse files
committed
fix: export missing entities
1 parent 8dbded3 commit b5601fe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package/src/components/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export * from './Attachment/FileIcon';
88
export * from './Attachment/Gallery';
99
export * from './Attachment/Giphy';
1010
export * from './Attachment/VideoThumbnail';
11+
export * from './Attachment/ImageReloadIndicator';
1112
export * from './Attachment/utils/buildGallery/buildGallery';
1213

1314
export * from './AttachmentPicker/AttachmentPicker';

package/src/hooks/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ export * from './useViewport';
44
export * from './useScreenDimensions';
55
export * from './useStateStore';
66
export * from './useStableCallback';
7+
export * from './useLoadingImage';

0 commit comments

Comments
 (0)