Files
talk/plugin-api/beta/client/hocs/index.js
T
2018-02-13 11:14:12 +01:00

21 lines
495 B
JavaScript

export { default as withReaction } from './withReaction';
export { default as withTags } from './withTags';
export { default as withSortOption } from './withSortOption';
export {
connect,
withEmit,
excludeIf,
withFragments,
withForgotPassword,
withSignIn,
withSignUp,
withResendEmailConfirmation,
} from 'coral-framework/hocs';
export {
withIgnoreUser,
withBanUser,
withUnbanUser,
withStopIgnoringUser,
withSetCommentStatus,
} from 'coral-framework/graphql/mutations';