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