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:
Chi Vinh Le
2017-08-21 21:31:54 +07:00
parent 84e4091ea6
commit 9566f83eac
22 changed files with 58 additions and 32 deletions
@@ -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}) => (