Files
talk/client/coral-framework/hocs/index.js
T
2018-02-13 15:00:53 +01:00

16 lines
795 B
JavaScript

export { default as withFragments } from './withFragments';
export { default as withMutation } from './withMutation';
export { default as withQuery } from './withQuery';
export { default as withCopyToClipboard } from './withCopyToClipboard';
export { default as withEmit } from './withEmit';
export { default as excludeIf } from './excludeIf';
export { default as connect } from './connect';
export { default as withMergedSettings } from './withMergedSettings';
export { default as withSignIn } from './withSignIn';
export { default as withSignUp } from './withSignUp';
export { default as withForgotPassword } from './withForgotPassword';
export { default as withSetUsername } from './withSetUsername';
export {
default as withResendEmailConfirmation,
} from './withResendEmailConfirmation';