Use import type in some places

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2022-06-09 21:08:51 +02:00
parent 95e037f8c0
commit 2786fa257b
43 changed files with 46 additions and 52 deletions

View File

@@ -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());