| import { DayPicker } from "./react-day-picker-v8"; | |
| export function MultipleMonths() { | |
| return <DayPicker numberOfMonths={2} />; | |
| } | |
| import { DayPicker } from "./react-day-picker-v8"; | |
| export function MultipleMonths() { | |
| return <DayPicker numberOfMonths={2} />; | |
| } | |