fixed reducer placement for user

This commit is contained in:
Fedor Katurov 2019-12-30 11:05:04 +07:00
parent f814fe6c42
commit 813fded927
20 changed files with 18 additions and 18 deletions

View file

@ -7,7 +7,7 @@ import { connect } from 'react-redux';
import * as Slider from 'rc-slider/lib/Slider';
import { bindActionCreators } from 'redux';
import { setSpeed } from '$redux/user/actions';
import { IRootState } from "$redux/user/reducer";
import { IRootState } from "$redux/user";
import { Tooltip } from "$components/panels/Tooltip";
import { isMobile } from "$utils/window";