mirror of
https://github.com/wassname/talk.git
synced 2026-08-11 11:27:10 +08:00
Use plugin-api
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export {
|
||||
setAuthToken,
|
||||
handleSuccessfulLogin,
|
||||
logout,
|
||||
} from 'coral-framework/actions/auth';
|
||||
@@ -1 +1,2 @@
|
||||
export { setSort } from 'coral-embed-stream/src/actions/stream';
|
||||
export { showSignInDialog } from 'coral-embed-stream/src/actions/login';
|
||||
|
||||
@@ -1,10 +1,16 @@
|
||||
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 {
|
||||
connect,
|
||||
withEmit,
|
||||
excludeIf,
|
||||
withFragments,
|
||||
withForgotPassword,
|
||||
withSignIn,
|
||||
withSignUp,
|
||||
withResendEmailConfirmation,
|
||||
} from 'coral-framework/hocs';
|
||||
export {
|
||||
withIgnoreUser,
|
||||
withBanUser,
|
||||
|
||||
Reference in New Issue
Block a user