Use import type in some places
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@@ -3,7 +3,6 @@ import { connect } from 'react-redux';
|
||||
import { fetchBundleRequest, fetchBundleSuccess, fetchBundleFail } from '../../../actions/bundles';
|
||||
import Bundle from '../components/bundle';
|
||||
|
||||
|
||||
const mapDispatchToProps = dispatch => ({
|
||||
onFetch() {
|
||||
dispatch(fetchBundleRequest());
|
||||
|
||||
Reference in New Issue
Block a user