diff --git a/src/containers/Hello.tsx b/src/containers/Hello.tsx index 8c5082a..8d347cb 100644 --- a/src/containers/Hello.tsx +++ b/src/containers/Hello.tsx @@ -1,7 +1,8 @@ import Hello from '../components/Hello'; import * as actions from '../actions/'; import { StoreState } from '../types/index'; -import { connect, Dispatch } from 'react-redux'; +import { Dispatch } from 'redux'; +import { connect } from 'react-redux'; export function mapStateToProps({ enthusiasmLevel, languageName }: StoreState) { return {