import { redirect } from "next/navigation";
export default function AdminPage() {
redirect("/admin/analytics");
}
Powered by TurnKey Linux.