| 1 | import React, { Component } from 'react' |
| 2 | import PropTypes from 'prop-types' |
| 3 | import { connect } from 'react-redux' |
| 4 | import { selectSubreddit, fetchPostsIfNeeded, invalidateSubreddit } from '../actions' |
nothing calls this directly
no test coverage detected