Adding withRequestAccountDeletion, withRequestDownloadLink, withCancelAccountDeletion

This commit is contained in:
okbel
2018-05-01 15:51:56 -03:00
parent 3bb91f6833
commit 5c806174bb
4 changed files with 44 additions and 2 deletions
+3
View File
@@ -25,5 +25,8 @@ export {
withUnbanUser,
withStopIgnoringUser,
withSetCommentStatus,
withRequestAccountDeletion,
withRequestDownloadLink,
withCancelAccountDeletion,
} from 'coral-framework/graphql/mutations';
export { compose } from 'recompose';