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

Commit

Permalink
Correctly export ThreadListContextMenu (#7095)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBrandner authored Nov 8, 2021
1 parent 8c9e75b commit 10caa4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/views/context_menus/ThreadListContextMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,5 @@ export const ThreadListContextMenu: React.FC<IProps> = ({ mxEvent, permalinkCrea
</IconizedContextMenu>) }
</React.Fragment>;
};

export default ThreadListContextMenu;

0 comments on commit 10caa4f

Please sign in to comment.