mirror of
https://github.com/wassname/talk.git
synced 2026-07-26 13:37:38 +08:00
6 lines
221 B
JavaScript
6 lines
221 B
JavaScript
import React from 'react';
|
|
import {withSetCommentStatus} from 'plugin-api/beta/client/hocs';
|
|
import RejectCommentAction from '../components/RejectCommentAction';
|
|
|
|
export default withSetCommentStatus(RejectCommentAction);
|