Spaces:
Runtime error
Runtime error
feat: Implement new admin dashboard with video analysis, object moderation, and user management capabilities.
304bdf5 | import { redirect } from "next/navigation"; | |
| export default function AdminPage() { | |
| redirect("/admin/dashboard"); | |
| } | |