import { LoadingFade } from "@/components/transitions/LoadingFade"; /** * Admin shell loading state. * * Replaces the previous skeleton (header + 4 stat cards + 2 panels + * 5-row table) with a 1px-thick animated bar at the top of the page. * The AdminSidebar and parchment background stay mounted, so the * transition is a subtle fade — the user never sees an "empty" version * of the admin while the next page streams in. */ export default function AdminLoading() { return ; }