mirror of
https://github.com/wassname/talk.git
synced 2026-07-22 13:00:29 +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:
@@ -2,7 +2,7 @@ import React from 'react';
|
||||
import {Button} from 'plugin-api/beta/client/components/ui';
|
||||
import {connect} from 'react-redux';
|
||||
import {bindActionCreators} from 'redux';
|
||||
import {showSignInDialog} from 'coral-framework/actions/auth';
|
||||
import {showSignInDialog} from 'coral-embed-stream/src/actions/auth';
|
||||
import t from 'coral-framework/services/i18n';
|
||||
|
||||
const SignInButton = ({loggedIn, showSignInDialog}) => (
|
||||
|
||||
Reference in New Issue
Block a user