"use client"; /** Reusable loading skeleton for admin pages */ export function AdminSkeleton({ rows = 3 }: { rows?: number }) { return (