mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Use plugin-api
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { connect } from 'react-redux';
|
||||
import { bindActionCreators } from 'redux';
|
||||
import { showSignInDialog } from 'coral-embed-stream/src/actions/login';
|
||||
import SignInButton from '../components//SignInButton';
|
||||
import { showSignInDialog } from 'plugin-api/beta/client/actions/stream';
|
||||
import SignInButton from '../components/SignInButton';
|
||||
|
||||
const mapStateToProps = ({ auth }) => ({
|
||||
currentUser: auth.user,
|
||||
|
||||
Reference in New Issue
Block a user