import { DateInput } from "@fefade/react" export default function () { return ( <> <DateInput /> <br /> <br /> <DateInput type="month" /> </> )}