import Slider from "@material-ui/core/Slider";

/**
 * Sliders let users select a value from a continuous or discrete range of
 * values by moving the slider thumb
 * @param {object} props The props
 * @returns {function} The component
 */

export default Slider;
