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,6 +1,6 @@
|
||||
import { connect } from 'react-redux';
|
||||
import { bindActionCreators } from 'redux';
|
||||
import { logout } from 'coral-framework/actions/auth';
|
||||
import { logout } from 'plugin-api/beta/client/actions/auth';
|
||||
import UserBox from '../components/UserBox';
|
||||
|
||||
const mapStateToProps = ({ auth }) => ({
|
||||
|
||||
Reference in New Issue
Block a user