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