Optimized rc-slider imports

This commit is contained in:
muerwre 2019-03-08 11:03:20 +07:00
parent acfd5138df
commit a7ae059e4c
5 changed files with 17 additions and 2 deletions

View file

@ -15,7 +15,8 @@ import {
import { isMobile } from '$utils/window';
import classnames from 'classnames';
import { Range } from 'rc-slider';
// import { Range } from 'rc-slider';
import Range from 'rc-slider/lib/Range';
import { TABS } from '$constants/dialogs';
import { Icon } from '$components/panels/Icon';
import { pushPath } from '$utils/history';