Fix getPostThread import (#4819)

This commit is contained in:
Miguel Alatzar 2020-09-18 16:53:38 -07:00 committed by GitHub
parent e7302fa6cc
commit de1f38b839
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
import {bindActionCreators} from 'redux';
import {connect} from 'react-redux';
import {getPostThread} from '@actions/views/channel';
import {getPostThread} from '@actions/views/post';
import {selectPost} from '@mm-redux/actions/posts';
import {makeGetChannel} from '@mm-redux/selectors/entities/channels';
import {getPost} from '@mm-redux/selectors/entities/posts';