import { IconLoader2 } from "@tabler/icons-react"; import { cn } from "../../lib/utils"; export function Spinner({ className, ...props }: React.ComponentProps) { return ( ); }