import { CalendarContent } from "@/components/calendar/calendar-content"

export default function CalendarPage() {
  return <CalendarContent />
}
