]> cat aescling's git repositories - mastodon.git/commitdiff
Use glitch-soc's poll component instead of upstream's
authorThibaut Girka <thib@sitedethib.com>
Sun, 19 May 2019 21:02:32 +0000 (23:02 +0200)
committerThibG <thib@sitedethib.com>
Sun, 19 May 2019 21:24:53 +0000 (23:24 +0200)
app/javascript/flavours/glitch/containers/poll_container.js

index cd7216de7a579d3eb95058a3785863380510dcea..da93cc905c0ef3752ca5ce6c91d702eade81319d 100644 (file)
@@ -1,5 +1,5 @@
 import { connect } from 'react-redux';
-import Poll from 'mastodon/components/poll';
+import Poll from 'flavours/glitch/components/poll';
 
 const mapStateToProps = (state, { pollId }) => ({
   poll: state.getIn(['polls', pollId]),