import { Loader2 } from 'lucide-react' import type { ComponentProps } from 'react' import { cn } from '~/lib/utils' export function Spinner({ className, ...props }: ComponentProps) { return