mirror of
https://github.com/wassname/talk.git
synced 2026-07-15 11:26:58 +08:00
Get rid of data direct dependency in the plugins
This commit is contained in:
@@ -13,6 +13,10 @@ export {
|
||||
withResendEmailConfirmation,
|
||||
withSetUsername,
|
||||
withEnumValues,
|
||||
withVariables,
|
||||
withFetchMore,
|
||||
withSubscribeToMore,
|
||||
withRefetch,
|
||||
} from 'coral-framework/hocs';
|
||||
export {
|
||||
withIgnoreUser,
|
||||
@@ -21,3 +25,4 @@ export {
|
||||
withStopIgnoringUser,
|
||||
withSetCommentStatus,
|
||||
} from 'coral-framework/graphql/mutations';
|
||||
export { compose } from 'recompose';
|
||||
|
||||
Reference in New Issue
Block a user