dvijaykrishnan's picture
feat: Implement new admin dashboard with video analysis, object moderation, and user management capabilities.
304bdf5
Raw
History Blame Contribute Delete
119 Bytes
import { redirect } from "next/navigation";
export default function AdminPage() {
redirect("/admin/dashboard");
}