Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 10caa4f

Browse files
Correctly export ThreadListContextMenu (#7095)
1 parent 8c9e75b commit 10caa4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/views/context_menus/ThreadListContextMenu.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,5 @@ export const ThreadListContextMenu: React.FC<IProps> = ({ mxEvent, permalinkCrea
101101
</IconizedContextMenu>) }
102102
</React.Fragment>;
103103
};
104+
105+
export default ThreadListContextMenu;

0 commit comments

Comments
 (0)