mirror of
https://github.com/wassname/talk.git
synced 2026-08-07 11:29:44 +08:00
Remove coral-framework reducers
Some of them were only related to the embed stream. Auth code is too convoluted with the embed stream and can't be reused atm.
This commit is contained in:
@@ -3,7 +3,7 @@ import styles from './styles.css';
|
||||
import {connect} from 'react-redux';
|
||||
import {bindActionCreators} from 'redux';
|
||||
import t from 'coral-framework/services/i18n';
|
||||
import {logout} from 'coral-framework/actions/auth';
|
||||
import {logout} from 'coral-embed-stream/src/actions/auth';
|
||||
|
||||
const UserBox = ({loggedIn, user, logout, onShowProfile}) => (
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user