mirror of
https://github.com/wassname/talk.git
synced 2026-07-14 11:18:50 +08:00
moving mutations to /hocs folder
This commit is contained in:
@@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
|
||||
import { compose, gql } from 'react-apollo';
|
||||
import DownloadCommentHistory from '../components/DownloadCommentHistory';
|
||||
import { withFragments } from 'plugin-api/beta/client/hocs';
|
||||
import { withRequestDownloadLink } from '../mutations';
|
||||
import { withRequestDownloadLink } from '../hocs';
|
||||
|
||||
class DownloadCommentHistoryContainer extends Component {
|
||||
static propTypes = {
|
||||
|
||||
Reference in New Issue
Block a user