A reusable calendar component for creating events
import Component from "@/components/ui/calendar-04"; export default function DemoOne() { return <Component />; }