moving mutations to /hocs folder

This commit is contained in:
okbel
2018-05-03 15:18:09 -03:00
parent 2b52f07c45
commit 687d0555c8
2 changed files with 1 additions and 1 deletions
@@ -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 = {