| import React from "react"; | |
| import { DayPicker } from "react-day-picker"; | |
| export function DefaultMonth() { | |
| return <DayPicker defaultMonth={new Date(1979, 8)} />; | |
| } | |
| import React from "react"; | |
| import { DayPicker } from "react-day-picker"; | |
| export function DefaultMonth() { | |
| return <DayPicker defaultMonth={new Date(1979, 8)} />; | |
| } | |