import { cn } from "@/lib/utils"; export function Spinner(props: { class?: string; size?: number }) { return ( Loading ); }