1import { AdminLoading } from "@/components/admin/primitives";23export default function Loading() {4 return <AdminLoading stats={0} rows={6} />;5}6