mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-28 12:36:41 +07:00
Optimized rc-slider imports
This commit is contained in:
parent
acfd5138df
commit
a7ae059e4c
5 changed files with 17 additions and 2 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue