Adding withChangePassword to mutations and plugins API, styles

This commit is contained in:
okbel
2018-04-23 10:32:56 -03:00
parent bc71366fd5
commit b5dd63aec1
5 changed files with 42 additions and 6 deletions
+1
View File
@@ -25,5 +25,6 @@ export {
withUnbanUser,
withStopIgnoringUser,
withSetCommentStatus,
withChangePassword,
} from 'coral-framework/graphql/mutations';
export { compose } from 'recompose';