import { redirect } from "next/navigation" export default function CalendarsPage() { redirect("/calendar/appointment/list") }