AbdulElahGwaith's picture
Upload folder using huggingface_hub
cf86710 verified
import { DayPicker } from "./react-day-picker-v8";
export function FromToYear() {
return (
<DayPicker defaultMonth={new Date(2024, 0)} fromYear={2024} toYear={2026} />
);
}