Files
talk/plugin-api/beta/client/hocs/index.js
T
Belen Curcio 838a3bad2e Ban In-Stream
2017-09-13 13:21:27 -03:00

14 lines
582 B
JavaScript

export {default as withReaction} from './withReaction';
export {default as withTags} from './withTags';
export {default as withSortOption} from './withSortOption';
export {default as withFragments} from 'coral-framework/hocs/withFragments';
export {default as excludeIf} from 'coral-framework/hocs/excludeIf';
export {default as connect} from 'coral-framework/hocs/connect';
export {default as withEmit} from 'coral-framework/hocs/withEmit';
export {
withIgnoreUser,
withSetUserStatus,
withStopIgnoringUser,
withSetCommentStatus,
} from 'coral-framework/graphql/mutations';