A reusable component for the date picker
Loading preview...
import Component from "@/components/ui/date-picker"; export default function DemoOne() { return <Component />; }