import React from "react";
import { Slider } from "antd";

export default function CustomSlider(props) {
  return <Slider {...props} />;
}
