import { Range } from 'rc-slider';
function RcRange({}) {
return (
<Range />
)
}
export default RcRange;