import { cn } from '~/utils/'; export default function Spinner({ className = 'm-auto', size = '1em' }) { return ( ); }