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