// app/dashboard/page.tsx import { redirect } from "next/navigation" export default function Dashboard() { redirect("/admin/dashboard") }