import { cn } from '../utils'; export function Spinner( props: React.PropsWithChildren<{ className?: string; }>, ) { return (
); }