diff --git a/plugins/talk-plugin-profile-data/client/containers/DownloadCommentHistory.js b/plugins/talk-plugin-profile-data/client/containers/DownloadCommentHistory.js index 96dbf6975..df9843d4a 100644 --- a/plugins/talk-plugin-profile-data/client/containers/DownloadCommentHistory.js +++ b/plugins/talk-plugin-profile-data/client/containers/DownloadCommentHistory.js @@ -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 = { diff --git a/plugins/talk-plugin-profile-data/client/mutations.js b/plugins/talk-plugin-profile-data/client/hocs/index.js similarity index 100% rename from plugins/talk-plugin-profile-data/client/mutations.js rename to plugins/talk-plugin-profile-data/client/hocs/index.js