import { DashboardSkeleton } from "@/components/shared/PageLoading";

export default function AdminLoading() {
  return <DashboardSkeleton />;
}
