import { AdminDashboard } from "@/modules/admin/dashboard";

export default function AdminDashboardPage() {
  return <AdminDashboard />;
}
