1 2 3 4 5
import AdminActions from "@/components/admin/AdminActions"; export default function AdminActionsPage() { return <AdminActions />; }