export const MemoMainPostTopic = React.memo(MainPostTopic); //or const MainPostTopic = memo(() => { ... }) export { MainPostTopic };