// Spinner Component const Spinner = ({ className = "w-4 h-4" }) => (
); window.Spinner = Spinner;