parent
f1a22e33e2
commit
c5f49a92dc
@ -1,6 +1,6 @@ |
|||||||
import { connect } from 'react-redux'; |
import { connect } from 'react-redux'; |
||||||
import PollForm from './components/poll_form'; |
import PollForm from '../components/poll_form'; |
||||||
import { addPollOption, removePollOption, changePollOption, changePollSettings } from '../../../actions/compose'; |
import { addPollOption, removePollOption, changePollOption, changePollSettings } from 'flavours/glitch/actions/compose'; |
||||||
|
|
||||||
const mapStateToProps = state => ({ |
const mapStateToProps = state => ({ |
||||||
options: state.getIn(['compose', 'poll', 'options']), |
options: state.getIn(['compose', 'poll', 'options']), |
Loading…
Reference in new issue