Loading placeholder that mirrors a sidebar dashboard layout with a nav rail, header actions, stat cards, and list rows.
import Pattern from "@/components/ui/v-skeleton-8"; export default function Default() { return ( <div className="flex min-h-screen w-full items-center justify-center bg-background p-6"> <Pattern /> </div> ); }