Merge branch 'master' into slots-debug

This commit is contained in:
Chi Vinh Le
2018-03-20 18:08:59 +01:00
107 changed files with 1371 additions and 1129 deletions
+6
View File
@@ -13,6 +13,11 @@ export {
withResendEmailConfirmation,
withSetUsername,
withEnumValues,
withVariables,
withFetchMore,
withSubscribeToMore,
withRefetch,
withGraphQLExtension,
} from 'coral-framework/hocs';
export {
withIgnoreUser,
@@ -21,3 +26,4 @@ export {
withStopIgnoringUser,
withSetCommentStatus,
} from 'coral-framework/graphql/mutations';
export { compose } from 'recompose';