Skip to content

Commit

Permalink
fix build failing
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobkossman committed Mar 23, 2020
1 parent 2a00782 commit f824b6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/Media/MediaItem/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import MediaOverview from './MediaOverview';
import VideoController from './Video';

import { MediaFull } from './Styles';
import { MediaFullWrap, MediaLeftCol, MediaRightCol, MediaBackground } from '../Styles';
import { MediaFullWrap, MediaLeftCol, MediaRightCol } from '../Styles';

class MediaItem extends Component {
constructor(props) {
Expand Down Expand Up @@ -255,4 +255,4 @@ const mapStateToProps = (state) => {
};
};

export default compose(withRouter, graphql(REQUEST_STREAM), connect(mapStateToProps))(MediaItem);
export default compose(withRouter, graphql(REQUEST_STREAM), connect(mapStateToProps))(MediaItem);

0 comments on commit f824b6d

Please sign in to comment.