import React from "react";

import { DayPicker } from "react-day-picker";

export function MultipleMonths() {
  return <DayPicker numberOfMonths={2} />;
}
