Correctly export `ThreadListContextMenu` (#7095)

pull/21833/head
Šimon Brandner 2021-11-08 16:39:11 +01:00 committed by GitHub
parent 8c9e75b16e
commit 10caa4f9a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -101,3 +101,5 @@ export const ThreadListContextMenu: React.FC<IProps> = ({ mxEvent, permalinkCrea
</IconizedContextMenu>) }
</React.Fragment>;
};
export default ThreadListContextMenu;