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