import { cn } from "@/lib/utils"; interface IProps { className?: string | null; } /** * Full-screen route-style loader (orbs, rings, shimmer). Pass `className` to adapt * the shell—for example `min-h-48 flex-none` inside compact panels. */ const Loading = ({ className }: IProps) => { return ( <>
Preparing your workspace…