Use plugin-api

This commit is contained in:
Chi Vinh Le
2018-02-13 11:14:12 +01:00
parent 142c5b32f1
commit f5409b11bf
9 changed files with 27 additions and 16 deletions
@@ -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 }) => ({