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