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